Go Back   Velocity Reviews > Newsgroups > DotNet
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

DotNet - Debugging a COM+ Application (C++) from within an ASP.NET page (C#) in Visual Studio 2005

 
Thread Tools Search this Thread
Old 07-06-2006, 12:03 PM   #1
Default Debugging a COM+ Application (C++) from within an ASP.NET page (C#) in Visual Studio 2005


Hi,

I work under Visual Studio 2005 (Windows XP Professional), developing web
applications using ASP.NET (C#).

Also, my company runs a few COM+ projects in C++ built into DLLs and registered
as "Component Services" on the server machine. Those COM+ applications are
adressed from within some of the web pages' codebehind modules.

The COM+ developers usually debug their applications locally with a small
EXE file which loads their DLL and invokes the appropriate functions.

Is there a way I can debug a COM+ object directly from within the ASP.NET's
C# code?
Of course I can debug the web application, attaching to the aspnet_wp.exe
process, but I can only go as far as the COM+ function call. I can't "step
into" the COM+ code.

Is there a way to achieve this?

Thanks,
Alrotem.




Alrotem
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump