Run .NET 4.0 code from SSIS script component.
Hi,
I needa workaround to run my custom code on .NET 4 from SSIS Script component.
Its a problem, because it seems SSIS supoorts .NET 3.5 and lower.
Can you help me please?
Thanks.
looking for ASP.NET MVC work.
July 18th, 2011 7:28am
Not possible. See this link:
http://social.msdn.microsoft.com/Forums/da-DK/sqlintegrationservices/thread/5243cd9e-9631-4234-8400-155227e31461
You can’t do this I’m afraid. SSIS 2008 uses .NET 3.5 SP1. All I can think of is to abstract the functionality behind a service?
Out of interest why do you need .NET 4.0?
http://www.sqlis.com | http://www.konesans.com
Please mark the post as answered if it answers your question | My SSIS Blog:
http://microsoft-ssis.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
July 18th, 2011 7:43am


