Hello,
Does anyone know what conditions might make a COM component written
in C# to not load with a "Catastrophic Failure" error message?
The odd thing is that everything works fine as a command-line
application, but when run under ISAPI in IIS the error occurs, even
when the user IIS is running as is the same as the one running the
command-line.
The client loading the COM component is a Perl script using the
Win32::OLE module.
-W.W.
Suhredayan Panikkal - 26 Feb 2008 06:48 GMT
Does the code set the AppartementState property to STA or MTA? if so then
please try removing it.
-Suhredayan
> Hello,
>
[quoted text clipped - 10 lines]
>
> -W.W.