codeice / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

Please build a version run in .Net 4 #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
In present,LinqToExcel can't run in VS 2010 .net4
Please build a version run in .Net 4

Thanks.

Original issue reported on code.google.com by NVS1...@gmail.com on 25 Nov 2010 at 7:07

GoogleCodeExporter commented 8 years ago
LinqToExcel does run in a .Net 4 application, just make sure to change the 
target framework from the default client profile to the full .Net 4 framework. 
(Properties -> Application -> Target framework) The client profile cannot 
compile .Net 3.5 dlls.

Original comment by paulyo...@gmail.com on 25 Nov 2010 at 2:57