Hi DW, I'm getting this error when I try to debug, it says it can't open "c:\users\myusername\Documents\Visual Studio 2010\Projects\myprojectname\debug\myprojectname.exe"
How can I solve this?
Hi DW, I'm getting this error when I try to debug, it says it can't open "c:\users\myusername\Documents\Visual Studio 2010\Projects\myprojectname\debug\myprojectname.exe"
How can I solve this?
Given only this I won't be able to do more than comment how I use the Visual Studio system to debug my app.
That's usually enough to track down what I did wrong.
When you browse the file system, does that file exist and is it accessible by the logged-in user? (Sorry, no VS experience.)
@rproffitt I tried that with no luck
Since the file is not generated, try a full compile. Be sure you change to Debug for this build.
You usually can't debug what you didn't compile.
Example: There were compile or build errors which stopped the creation of the .exe file. But no mention of compile errors so I wouldn't write about that here.
Here's a page about how to create and view your VS log files to point you to where or why the compile failed.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.