How to step into com interop from .net?

  • Thread starter Thread starter Jie
  • Start date Start date
J

Jie

Hi,
I use com interop in my VB.Net window application. I would like to step into
the COM written in VB 6. I have checked the option of "Unmanaged code
debugging" in the .Net project property window. What else should I do to
step into the VB codes? I am using .net framwork 1.1. Thanks for your help?

Jie
 
All you should have to do is load the Vb 6 project in VB 6 and run, then start vb.net project and run with reference to the vb 6 project.
 
Back
Top