Debug COM+ call to .NET
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have some com+ components, part of a legacy application. One of these has been modified to call a new .NET class. I'm trying to debug the .NET application but the call from the COM+ component never goes into the .NET debug environment. Does anyone have ideas on how I can force the call into the .NET debugger rather than running the compiled .NET component. Thanks AJ