i have this task to send a RS report (event driven) in SSIS. I have this script task that extracts the report and another script task to send the email.
In my script task I'm able to add the web reference, reference it in the code, build successfully and save it. http://{YourReportServerURL}/reportserver/reportexecution2005.asmx
BUT when I exit the script task editor I get a script error saying "Script contained in the package have compilation errors. Do you want to save changes?"
A red cross appears on it and it says "The binary code for the script is not found.". I set the DelayValidation to true to remove this red cross.
When i execute the package, it fails because of the The binary code for the script is not found error
By the way these are my references: http://www.travisgan.com/2013/09/ssrs-data-drive-subscriptions-part-3.html
Im using VS 2010. how can I solve this problem? I need your help!
Thanks in advance.