Debugging COM .DLL from VB.NET
Hi all:
Sorry if this is a repeat or if this has been discussed already (searching didn't show anything relevant).
QUESTION:
Is there a way to debug a COM .DLL file that is being referenced by a .NET solution? In other words, I have a .DLL file that was written in VB6 (which I have the code for). In my VB.NET solution, I am referencing this .DLL.
Is there any way to set it up so that I can see and step through the VB6 code for this DLL when I run my VB.NET solution?
Thanks very much in advance.
Jason