I downloaded Aspose.Cells from http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/default.aspx and what I was particularily concerned about http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry586606.aspx Then, I opened the archive and chose the library inside net3.5 Now when I check the library in an assembly explorer like dotPeak it reports it was build on .NetFramework4. This is an inconsistency as I am looking for the library that I can use in a project that targets the .Net 3.5 framework.
Hi,
Hi,
VS.NET
2010 (without involving Aspose.Cells.Dll) whose target framework version is 3.5, we compiled the assembly (i.e., ClassLibrary3.dll). When we open the assembly into doPeak and check its properties, we found it also refers to “.Net Framework v4.0” as platform, so it is not a bug in Aspose.Cells component. I have attached the zipped file that contains the test assembly and project for your reference, please check it out.VS.NET
if we refer to Aspose.Cells.dll for net3.5 and then build the project for net3.5, everything works fine and as expected.