"error while trying to run project: unable to start debugging."
"Unable to start program 'c:.......vbTest.exe"
I should mention that I changed debugging options and right now, I don't know what should be default settings for the debugger.
Most probably, you've changed the Debugging sheet in the project properties to point to the exe file location, and that location may be wrong. The proper setting there is use Debug Mode = Project, and let VS.NET start the application and attach to it for debugging. If that doesn't solve the problem, could you be more explicit about your project settings?
This was first published in July 2003