Hi Folks,
I had new version of VS 2008 R2 installed. I tried to do my script task in VS. And I was so dissapointed to get the below error message
"biError: The binary code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully."
But I managed to resolve this issue :)
If you are using 2008 or later you can try the below steps
Set the DelayValidation field to "TRUE"
This error happens if you have made wrong changes to the script task code. Copy paste your existing code to a notepad, get a new script task in your control flow and edit it in a way that you dont delete much from this new script task
If you are using 2005 you can try the below steps
Install hotfix from the below link
Set the Precompile property under the scripttask property as True
I had new version of VS 2008 R2 installed. I tried to do my script task in VS. And I was so dissapointed to get the below error message
"biError: The binary code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully."
But I managed to resolve this issue :)
If you are using 2008 or later you can try the below steps
Set the DelayValidation field to "TRUE"
This error happens if you have made wrong changes to the script task code. Copy paste your existing code to a notepad, get a new script task in your control flow and edit it in a way that you dont delete much from this new script task
If you are using 2005 you can try the below steps
Install hotfix from the below link
Set the Precompile property under the scripttask property as True