I have created DLL (class library) in .NET FRAMEWIORK 4.5.
Now this dll will be use into SSIS VISUAL STUDIO 2008 SCRIPT FILE.
Can this be work ? or i need to create this dll in older version of framework ?
Thanks Dhaval Soni
I have created DLL (class library) in .NET FRAMEWIORK 4.5.
Now this dll will be use into SSIS VISUAL STUDIO 2008 SCRIPT FILE.
Can this be work ? or i need to create this dll in older version of framework ?
Thanks Dhaval Soni
You cannot use .net 4.5 in Visual Studio 2008 just from vs 2012 or higher.
Source http://www.codeproject.com/Questions/488224/Usingplus-Netplus-pluswithplusVS
Only SSIS 2014 has the ability to use 4.5 assemblies. You can only use 3.5 assemblies for SSIS 2008 (R2).