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

A

Alrotem

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top