Aspose Cell MSI file

I have downloaded the upgrade file Aspose[1].Cells.msi and ran it. But I'm not sure what it did.

Shouldnt I have an xml, dll files?

Hi,

Thanks for your inquiry.

Yes, surely, you should have. For your info, when you install the component using Aspose.Cells.msiinstaller, by default, the Aspose.Cells.dll file with .xml file respectively is copied to your installDir e.g..., "....\Program Files\Aspose\Aspose.Cells\Bin"......there will be two folders in the Bin dir i.e.., Net1.0, and Net2.0. Both these folders contains Aspose.Cells.dll and .xml files for .NET, so you can add reference to your vs.net project for your requirement.

Please check the documentation topics for your reference:

http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/installing-aspose-cells-for-net.html

http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/referencing-aspose-cells-from-a-net-project.html

Thank you.