Debug .NET Interop-dll From VB6?

P

Peter Plumber

Hi,

I have a VB6 Project referencing a .NET (C#) dll
Is it possible to debug the c#-code when coming from the VB6 project.

thx

Peter
 
J

John Duval

Hi Peter,
You can simply "Attach to Process" from VS.NET, and pick the VB6
program as the process you want to debug. Just make sure when you
attach, click Select and make sure "Managed" is checked for "Debug
these code types".
John
 
P

Peter Plumber

John said:
Hi Peter,
You can simply "Attach to Process" from VS.NET, and pick the VB6
program as the process you want to debug. Just make sure when you
attach, click Select and make sure "Managed" is checked for "Debug
these code types".
John

thx

Peter
 

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