I played around with this for awhile and found that using regasm with
the /tlb switch worked much better in a Custom Build Step.
Craig Lee.
-Original Message-
From: Beaulieu, Paul [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 10:17 AM
To: [EMAIL PROTECTED]
Subject
This was happening to me as well, and I discovered that ASP.NET was
throwing this exception whenever I made a call to Response.Redirect( "",
true ). The boolean tells it to cancel any current output - this seemed
to be where the exception was coming from.
Hope this helps,
cl.
-Original Mes
Hi,
We have a current product that is a C++ ISAPI extension. For part of
its work, it needs to interact with a DCOM object. When it is creating
this object, we need to fill out the COSERVERINFO and COAUTHINFO
structures to send to CoCreateInstanceEx.
We are now porting this to a .NET web servi