I have three projects, One is a VB6 project which compiles to an EXE. Another is also a VB6 project, which compile to a DLL. And the last one is a .Net (2010) project which compiles to DLL.
The DLL from .Net is referenced in my VB6 DLL project. And the resulting VB6 DLL project is reference in my VB6 EXE project.
In this scenario, how can I debug my .Net DLL project?
It is failing (or not able to debug) in both cases, even if I attach the (VB6 DLL) process to my .Net DLL Project, or I setup the ‘start external program’ to my VB6 DLL project on .Net DLL Project.
Do I have to change the reference (.Net DLL) on my VB6 DLL Project to get it in debug?
All your valid inputs are welcome. (Please explain the procedures step by step which I need to do)
Thanks in advance.