Home All Groups Group Topic Archive Search About

Access C# COM Server from within classic ASP Webpage

Author
11 Oct 2006 2:20 PM
Achim Domma
Hi,

sorry for the cross post, but because my problem involves different
technical topics, I didn't knew which groups would be the best. Please
correct me, if there is a better place to ask.

I have implemented a C# class which I expose via interop as COM server.
From the command line, everything works fine. If I try to access the
COM server from within a classic ASP page, I get the following error:

Error Type:
Server object, ASP 0177 (0x80131509)
80131509

I found http://support.microsoft.com/kb/q175804/ but it did not solve my
problem. My assembly access a webservice via soap. It looks like .Net
tries to create XmlSerializers on the fly, which fails in my case. I
figured this out using Sysinternals File Monitor: My assembly is called
RenLoginClientLib.dll and dllhost tries to access
RenLoginClientLib.XmlSerializers.dll at different locations.

Any hint on how to allow my web app to create and access theses files?

regards,
Achim

AddThis Social Bookmark Button