Hello,
From C#.Net Console application I am using Two methods of vb 6.0 dll.
I added vb 6.0 dll as reference to the C#.Net Project.
One method is working fine, second method is giving some exception. I want to debug that in Vb 6.0 project to find out In Which line the problem is.
I tried in C#.Net debug menu , attach to Process and select this VB application. But not going to that vb 6.0 Methods.
Any other way to debug..
From C#.Net Console application I am using Two methods of vb 6.0 dll.
I added vb 6.0 dll as reference to the C#.Net Project.
One method is working fine, second method is giving some exception. I want to debug that in Vb 6.0 project to find out In Which line the problem is.
I tried in C#.Net debug menu , attach to Process and select this VB application. But not going to that vb 6.0 Methods.
Any other way to debug..
Comment