I have a VB.NET project that references a VB6 ActiveX DLL project but what I need to do is add the DLL project to .NET project so that I can step through from the .net project to the VB6 project.
Is this attall possible?
Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment.
I have to think about doing it with a .DLL. I have done this with an ActiveX EXE. It may be necessary to define a parent executable from the .DLL project.
Either way, you will need Visual Studio 6.
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
Do you have Visual Studio 6? If so, and you have the source code from the ActiveX DLL, you can load the project, and launch it in debug mode via an external application like this:
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)