Excpetion while loading Aspose.Cell

Hi,

I’m receiving following error:

Could not load file or assembly ‘Aspose.Cells.DLL’ or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)

Earlier we had a 2003 server and now we are moving to 2012 R2, how can I get the 64 bit dlls?

We are using .Net 4.0

Let me know if you need anything else.

thanks,
Dan

Hi,

Thanks for your query.

Well, Aspose.Cells works fine on both 32-bit and 64-bit environments/ platforms, see the document for your reference: http://www.aspose.com/docs/display/cellsnet/Using+Aspose.Cells+on+32-bit+and+64-bit+Platforms. Which .NET framework compiled version (from which folder) of the product you are using on your upgraded server? I suspect you are using .NET1.x compiled version of some older Aspose.Cells for .NET (Aspose.Cells.dll file from net1.x folder at your installation location, we do not provide 1.x compiled version anymore in newer versions of the product now) in your project, so you are getting this error. Please use .NET2.0 compiled version of the product from net2.0 folder as it works fine on 64-bit environment.

Thank you.