waleskim / linqtoexcel

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

Why target FULL .NET 4.0 framework? #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Why does the provider target the FULL .NET 4.0 framework and not just the 
Client subset?

Original issue reported on code.google.com by hyperspa...@gmail.com on 6 Dec 2010 at 11:33

GoogleCodeExporter commented 9 years ago
LinqToExcel is compiled in .Net 3.5, it is not compiled in .Net 4.0.  However, 
the .Net 4.0 Client profile cannot use assemblies compiled in .Net 3.5, that is 
why the full .Net 4.0 framework (which does support 3.5 assemblies) needs to be 
used when including the LinqToExcel in the project.

Original comment by paulyo...@gmail.com on 7 Dec 2010 at 2:16