This constraint is so frustated!
To resolve, you need to open the solution, go to EzExecSqlTask class, and add the following method:
public IDTSResultBindings ResultBindings
{
This should works!
To resolve, you need to open the solution, go to EzExecSqlTask class, and add the following method:
public IDTSResultBindings ResultBindings
{
get { return (host.InnerObject as ExecuteSQLTask).ResultSetBindings; }
}This should works!