Step from VB6 to .Net (COM) in Debug Mode?

  • Thread starter Thread starter Terry
  • Start date Start date
T

Terry

I thought I had done this before but don't seemn to be able to make it work
now. I have a .Net assemply I have exposed to COM and I am getting an error
in a method call from VB6, how can I step into the .Net code and debug it?
 
Terry said:
I thought I had done this before but don't seemn to be able to make it work
now. I have a .Net assemply I have exposed to COM and I am getting an
error
in a method call from VB6, how can I step into the .Net code and debug it?

Keep both projects (.NET, VB6) open in the IDE, start the VB6 project and
then choose "Debug" -> "Attach process..." from VS' menu and attach to
"VB6.exe".
 
Thanks! Got it.
--
Terry


Herfried K. Wagner said:
Keep both projects (.NET, VB6) open in the IDE, start the VB6 project and
then choose "Debug" -> "Attach process..." from VS' menu and attach to
"VB6.exe".
 
Back
Top