Boy, was this Visual Studio .NET 2003 stuff a long time ago.
Bumped into this one:
---------------------------
Microsoft Development Environment
---------------------------
Visual Studio cannot start debugging because the debug target 'C:\develop\VS-2003\VS-2003-BASE\Source\AppTest\bin\Debug\AppTest.exe' is missing. Please build the project and retry.
---------------------------
OK
---------------------------
Indeed, Visual Studio was right: it didn’t understand the Release build existed like Visual Studio 2005 and up does:
C:\develop\VS-2003\VS-2003-BASE\Source\AppTest\obj\Release\AppTest.exe
–jeroen





