Hi,
I'm trying to upgrade a SSIS 2012 solution to SSIS 2014 which is 36 packages most of which have some script tasks or components in them.
When I open the solution in VS2013 (update 5 with SSDT-BI version12.0.2430.0) and go through the upgrade wizard I get lots of errors mainly as:
"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."
or
"Failed to migrate scripts contained in the package to the VSTA 11.0 format. Move the scripts to a new Script Component"
However when I go to look at the scripts to re-compile the script code has been completely removed. When VSTA (always VSTA 2012 rather than 2013) opens up there aren't any items at all (not even the standard generated scripts).
Two other things I've tried are to create a new solution then Add Existing Item and select all the packages - VSTA then shows the script tasks but when I've gone to run the packages I've found that in some cases my user defined code is gone!
The second thing I've tried is creating a new solution and choose add existing package it seems to migrate the scripts ok. But this is very laborious!
I've seen on the web people mentioning about changing the source control provider to none has helped but this doesn't seem to do anything for me.
Any other ideas? Surely the upgrade wizard should be able to migrate the scripts across from 2012 - 2014!
Thanks
Leyton