[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.interop

Debug VB6 exe and VB Net 2005 DLL

hoffes

3/16/2007 12:48:00 PM

We have a large vb6 project and it is impossible to move it to
vbnet2005 with our man power. But we thought, that new things should
be developed in vbnet.
To debug everything i can start the vb6 ide and debug the hole code
there. but i have found no possibility to debug the calls to the vbnet
dll in this case.
Then i tried the following: compiled the vb6 project to an exe, set
the debugger to start the exe. This time i could use the exe and debug
the dll, but not the vb6 exe.

Is there a way to debug both at the same time?
thx