Multiple Documents

I am having a problem with Aspose.Words creating multiple documents from a C# dll that is called multiple times. The first document is normal but any subsequent documents passed through the dll come out blank. The dll is run off a service and all documents are blank until the service is stopped and restarted. The dll is released after each call. Does Aspose Words have its own release mechanism?

Hi Walt,


Thanks for your inquiry. Could you please attach your input Word document along with complete source code here for testing? I will investigate the issue on my side and provide you more information.

PS: When Aspose.Words saves a document, it needs to create temporary internal structures. By default, these internal structures are created in memory. When saving is complete, the memory is freed and reclaimed by the garbage collector.

Best regards,