Link to home
Start Free TrialLog in
Avatar of thayduck
thayduckFlag for United States of America

asked on

Recode Small 2008 SSIS Script Task To Work In VS2015

We recently migrated from VS2008 to VS2015.
How would you recode the attached small script from a VS2008 SSIS Script Task so it would run under VS2015.
VS2008ScriptMain.vb
ScriptInfo.xlsx
Avatar of MohitPandit
MohitPandit
Flag of India image

I couldn't locate attached small script. Could you attach it?
Avatar of thayduck

ASKER

Hopefully it is there now.
I found out one of my issues, the VS2008 SSIS script was built using VB not C#.
I changed VS2015 script to be built using VB, so most errors I was having are gone.
But now I have 1 small error in script which I cannot figure out.
I am getting a "Type Expected" issue on FileIO. Did not get this error in VS2008.

   Dim fi As FileIO = New FileIO(currentFile)


Any help appreciated.
TypeExpectedError.xlsx
Found the problem.
I am good for now.
ASKER CERTIFIED SOLUTION
Avatar of MohitPandit
MohitPandit
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks