Read or Write Protected Memory Error

Hi,
I am evaluating Aspose.Word v5.0.2.0.
When I instantiate a document on our development server I get “Attempting to Read or write to protected memory”
All I do is Document document = new Document();
The server is running Windows Server 2003 x64 SP1
The same problem does not occur on my development machine 32bit XP.
Thanks
Cornel

This message was posted using Aspose.Live 2 Forum

Hi
Thanks for your request. Could you please attach your document for testing? (only you and Aspose staff members can download it). We will investigate this problem and provide you more information.
Best regards.

Hi

I don’t even have a document at that stage.

The only code I have in there is :

Document document = new Document();

I only instantiate the class.

Please let me know what you think?

Hi
Please try using Aspose.Words 5.0.0. I think that this could help you.
https://releases.aspose.com/words/net
Best regards.

OK. The older version sorted out my problem.

Thanks very much for the prompt response, it is much appreciated.