=== COM / .NET debugger question

G

Greg Ofiesh

All,

I have a .NET assembly (DLL) and a VB6 app.

I can access the .NET DLL from the VB6 app, but I don't know how to
get the DLL to launch inside the VS.NET debugger so that I can step
through it.

There is a lot of articles out there on how to register the .NET
assembly as a COM object (via the CCW), but I see nothing on how to
debug it. In fact, the articles all seem to say just about the same
thing and nothing new.

Any help would be very much appreciated.

Greg
 
M

Mattias Sjögren

Greg,

In the VS.NET IDE you can select the VB6 app as the one to start and
attach the debugger to in the project properties for the DLL project.



Mattias
 

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

Top