Click here to Skip to main content
15,861,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
when i start debugging I got the next message and it does not debug
Please can some one help me?
I used visual studio 2013 windows form application

The thread 0x1f8c has exited with code 259 (0x103).
'AppDoctor.vshost.exe' (CLR v4.0.30319: AppDoctor.vshost.exe): Loaded 'C:\Users\*****\Documents\Visual Studio 2013\Projects\AppDoctor\AppDoctor\bin\Release\AppDoctor.exe'. Symbols loaded.
The program '[9248] AppDoctor.vshost.exe: Program Trace' has exited with code 0 (0x0).
The program '[9248] AppDoctor.vshost.exe' has exited with code -1073740771 (0xc000041d).
Thank you for hint
Posted

C++
C:\Users\*****\Documents\Visual Studio 2013\Projects\AppDoctor\AppDoctor\bin\Release\AppDoctor.exe'. Symbols loaded.

You are trying to debug the Release version of your application, which does not contain any debug information. You need to build and debug the Debug version.
 
Share this answer
 
try to clean the solution then
the build application
 
Share this answer
 
Comments
faayez 21-Jul-14 5:16am    
sorry what you mean with that
how can i clean the solution and build application
the problem not only with this project ,the problem with debugging no matter which project
I tried to build many project to see the if the problem from project or from the software
and i re installed the visual studio 2013 but does not help
Pleas can you help me please

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900