Closed GoogleCodeExporter closed 9 years ago
To add. It throws a warning, but actually breaks the application that it is
referenced by (the console app running the client profile). Removing any
instances of LinqToExcel in any referenced projects gets rid of the issue.
Original comment by rpeter...@gmail.com
on 7 Sep 2010 at 7:49
LinqToExcel is compiled in .Net version 3.5, therefore .Net 4.0 applications
cannot use the .Net 4.0 client profile since it does not include previous
versions of the framework. The full .Net 4.0 framework does include previous
versions.
I don't know why it gives a warning about System.Web, but you will have to
compile the application using the full .Net 4.0 profile or the .Net 3.5 profile.
Original comment by paulyo...@gmail.com
on 19 Sep 2010 at 10:00
Original issue reported on code.google.com by
rpeter...@gmail.com
on 7 Sep 2010 at 7:34Attachments: