Hi,
While 3 users in different web sessions were using the Aspose.Words.Document.Print() method at the same time, one of the users got an exception. Down at System.Drawing.Printing.StandardPrintController.OnEndPrint() method, no corresponding StartdocPrint call had been made. See the attached stack dump.
From my understanding the Aspose.Words.document class and its methods are all instance variables and code and should inherently be reentrant. Am I not using the class and method correctly?
Thanks,
Will Skou