We are using CrystalRuntime.Application (craxdrt.dll) to create PDF documents for our legacy ASP application. When there are a lot of report request, it failed with the "Server.CreateObject failed". Does anybody have any clue on this problem? I've been thinking to write a .net service component to generate the document instead of doing it from asp, however I am not sure if this will solve the root issue.
Any input will be appreciated. Thanks.