How can I debug application in VS.NET

  • Thread starter Thread starter Voi Coi
  • Start date Start date
V

Voi Coi

Hi,

I'm lauching application from VS.NET IDE by F5 (which build with Debug
mode), but after "Launching application..." step about seconds VS.NET report
error: "Unable to load application from C:\My Projects\bin\Debug\Test.exe"

why? if I launch application by Ctrl+F5, everything ok.

thanks,
 
Voi said:
Hi,

I'm lauching application from VS.NET IDE by F5 (which build with Debug
mode), but after "Launching application..." step about seconds VS.NET report
error: "Unable to load application from C:\My Projects\bin\Debug\Test.exe"

why? if I launch application by Ctrl+F5, everything ok.

thanks,

Interesting... does teh Build Tasks show you any errors at all?
Try to clean your Debug/Release folders - helps in some cases
 
Back
Top