I am having a problem with an ASP application running on Win2003. IIS resets itself every now and then to clean itself up. When it does it, my COM apps stop working with Words. The only way I getting it working again is to manually run either:
regasm "C:\Program Files\Aspose\Aspose.Words\bin\net1.1\Aspose.Words.dll" /codebase
or
regasm "C:\Program Files\Aspose\Aspose.Words\bin\net2.0\Aspose.Words.dll" /codebase
It’s random on the one I have to run also. I can’t figure out why this is happening. Anyone have any ideas?
SV-555
September 8, 2007, 4:24am
2
Hi
Thanks for your request. It seems that it is problem of IIS. See the following link. I think that there is the same problem.
https://bytes.com/topic/asp-classic/answers/125378-iis-resets-continiously
Best regards.
It’s not a problem with IIS crashing. It is supposed to recycle! The problem is that the GAC for Aspose.Words doesn’t seem to hold or something.
HELP!!!
Thanks,
Todd
SV-555
September 8, 2007, 5:13am
4
Hi
May be try to register Aspose.Words assembly in the GAC.
gacutil /i C:\Program Files\Aspose\Aspose.Words\Bin\net2.0\Aspose.Words.dll
Best regards.