Exception before the program starts c# -
i have project runs fine, loads, runs , completes, when set visual studio in debug mode, when switch release, hell breaks loose. program not enter main method, becouse when put console.readline in there, program still crashes. have put whole program in try catch block becouse doesnt enter main not catch anything. have tried seach on internet find nothing usefull. going on here?
this pops right after press f5:
http://i.stack.imgur.com/vb3xu.png
http://i.stack.imgur.com/mscci.png
the exception window see somthing thrown inside program, not there?
right click on soltuion , select properties.
click on configuration properties , configuration manager
in release section, make sure projects set build (ticked) (sorry ugly picture)
Comments
Post a Comment