Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear friends,

when i am clicking over pdf file or exe file(created through windows application), the .net debgger is appearing due to this the file is not working properly mean the pdf is not getting open or exe is not running.

please give me some solution how could i stop the appering if .net debugger.


thank in advance.
Posted
Comments
Pravin Patil, Mumbai 14-Oct-11 1:00am    
Do you mean an error pop up, saying Just In Time Debugger...?

1 solution

while you are giving build(making exe) you need to put in "Release" mode.
then only debugger will not come
while you are developing put it in debug mode thats it

again create your build in "Release" Mode
 
Share this answer
 
Comments
Pravin Patil, Mumbai 14-Oct-11 1:00am    
I think OP is getting the error while running the application and not compiling it... It could be a Just-In-Time error.

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