This may be somewhat tricky. I have a COM DLL created in C#. This DLL is then exported to TLB format to use the functions from Visual Basic 6 application. Everything runs fine by using COM InterOp.
Now I want to debug the C# code whenever the breakpoints specified inside it are hit. How can I achieve debugging C# when I run my VB6 code and call function from C#? Can anybody give some hints or way to make this happen?
Sharing the best from my side...
--Prashant--
Now I want to debug the C# code whenever the breakpoints specified inside it are hit. How can I achieve debugging C# when I run my VB6 code and call function from C#? Can anybody give some hints or way to make this happen?
Sharing the best from my side...
--Prashant--