Re: [ADVANCED-DOTNET] tlbexp problems

2002-08-09 Thread Craig Lee
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

Re: [ADVANCED-DOTNET] Strange exception

2002-07-03 Thread Craig Lee
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

[ADVANCED-DOTNET] DCOM, security and C#

2002-06-27 Thread Craig Lee
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