Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what is the use of Debug, Release folders in bin.... in c# windows application
Posted

1 solution

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 26-Feb-13 1:57am    
Nice phrasing. Most people say: "debug and release mode", but there are no such "modes", they are just "Configurations" and can be different. Perhaps you should have added, that Release and Debug are arbitrary names; the developer can add any other configurations under any names. Anyway, my 5.
—SA
Mehdi Gholam 26-Feb-13 2:01am    
Yes, you are right they are just names, cheers :)
Harikamalina 26-Feb-13 2:07am    
actually sir i'm created c# window application vs2010express.. when i build that it shows correct result... after closing application .. i just check the debug folder it contain some of dll,.exe,,, release folder is empty.. and some times release folder contain some information...application like that... i'm not understand ed y it creates some time only.. i checked for the other application also.. it now shows any items in release..


i'm confused now... please explain
Harikamalina 26-Feb-13 2:10am    
debug folder contain application file when i click it.. it runs(like a setup file) without any error,,, release also contain application file if i click that it shows error the following files are not included..... what is the difference .... how can i set the problem
Mehdi Gholam 26-Feb-13 2:44am    
Use the folder that works, until you read about building in different configurations.

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