Hi,
Using static constructor in per call instance mode for WCF service will still create a new instance with each call, will not make any difference.
Regarding the same document being used by more than one thread, can your application handle this exception in a better way so that we don't have to reset app pool to resolve this issue?
kemptitle:
Using static constructor in per call instance mode for WCF service will still create a new instance with each call, will not make any difference.
In reference to license implementation, you may try to implement as following depending upon where you have hosted the WCF service. Hopefully it will help you to resolve the issue.
if it is custom ServiceHost - then you can set license in service host start event
if it is IIS - then set license can be called in Global.asax
kemptitle:
Regarding the same document being used by more than one thread, can your application handle this exception in a better way so that we don't have to reset app pool to resolve this issue?
Regrading multi-thread scenario, we have logged an investigation ticket PDFNEWNET-39157 for further investigation. We will let you know our findings asap.Best Regards,
with WCF percall, it doesn’t see the license object from Global.asax From IIS. It works in Visual Studio. Is there a way to pass the license object in Aspose?
Please provide sample code if there is way.
Hi,
Hi Mary,