Hi!
I really didn’t know where to send this e-mail, but I hope that you can help me.
We are currently using Aspose Words v3.7.1 on a 64 bit server, and we can’t get the system to read the License file. We are getting error message below, but when I run the same page on my 32 bit windows I don’t have any problem.
Is there any work-around?
A use this code to read the license:
Aspose.Words.License docLicense = new Aspose.Words.License();
docLicense.SetLicense(@"C:\ftp\ensize\personalportal\Bin\Aspose.Total.lic");
Best regards,
Mikael Klingbjer
Development and Support
Server Error in ‘/’ Application.
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Source Error:
Line 80: //FileStream fs = new FileStream(@“C:\ftp\ensize\personalportal\Bin\Aspose.Total.lic”, FileMode.Open);
Line 81:
Line 82: docLicense.SetLicense(@“C:\ftp\ensize\personalportal\Bin\Aspose.Total.lic”);
Line 83:
Line 84: Document doc = new Document();
This message was posted using Email2Forum by alexey.noskov.