1

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

csharpwinphonexaml
  • 3,659
  • 10
  • 32
  • 63
dsi
  • 3,199
  • 12
  • 59
  • 102

2 Answers2

1

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

csharpwinphonexaml
  • 3,659
  • 10
  • 32
  • 63
0

Only SSIS 2014 has the ability to use 4.5 assemblies. You can only use 3.5 assemblies for SSIS 2008 (R2).

Joost
  • 1,873
  • 2
  • 17
  • 18