function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Andyw_UKAndyw_UK 

SSIS Script WSDL Error

Hi All,

 

Has anyone come across a problem with using SSIS & Visual Studio 2010 when adding a web service to a package script task (vb and c#)?

 

Error I am getting when trying to close the script editor is "Scripts in the package have compilation errors. Do you want to save changes"; when I click "yes" and look at the script Task it shows a error of "the binary code for the script is not found".

 

Just to confirm:

  • this happens for both enterprise and partner WSDL.
  • WSDL is downloaded from my development salesforce.
  • This is not a prolem with my code (As I dont add any).
  • The script task builds with no errors.
  • Happens with C# and VB
  • Using Visual Studio 2010 SP1

Has anyone else come accross this problem?

 

Cheers

Andy

Andyw_UKAndyw_UK

Thanks Ashish however this just supresses the error, when you execute the task you still get an error:

 

"The binary code for the script is not found.  Please open the script in the designer by clicking Edit Script buttom and make sure it builds successfully"

 

As mentioned before it does build correctly.

 

When looking at the error list in VS I can see the following:

 

"Custom tool warning: Schema validation error: Schema item 'simpleType' named 'FaultCode' from namespace 'urn:fault.partner.soap.com' is invalid. The Enumeration constraining facet is an undelcared prefix."

 

Cheers

Andy