Requires Free Membership to View
When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to provide a unique online resource for developers, architects and development managers tasked with building and maintaining enterprise applications using Visual Basic, C# and the Microsoft .NET platform.
Hannah Smalltree, Editorial DirectorYou can debug locally by first compiling VB6 project. In VS.NET, execute a File -> Open Solution and open the compiled EXE as the solution. Open the file with the code you want to debug and set a breakpoint. Press F5 and you'll be prompted to save the solution file. Save the solution. If the debugger was able to find the symbols, you hit the breakpoint (see the Modules window if symbols were loaded.)
This was first published in August 2003