Click here to Skip to main content
15,909,091 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
While I have done more than a few asp.net web apps. This problem is a first for me. After an upgrade from win 7 to win 10 All my references became FUBARed. The only way I could fix it is was to rebuild the solution from the ground up. So far so good Everything build cleanly with now warnings and CTRL-F5 runs the app with out issue. however if if I press F5 to debug the browser opens and then closes in a blink of the eye. no errors no nothing. any thoughts

What I have tried:

shutting down and rebooting. confirming the debug flag is set to true in the web config
Posted
Updated 12-Apr-19 2:13am
Comments
CHill60 11-Apr-19 11:40am    
Try using F10 instead and step through
RmcbainTheThird 11-Apr-19 13:51pm    
same result. and I do have a breakpoint set on the first line of code

1 solution

Ok, Found a fix. In Tools/Options/debugging I unchecked 'enable edit and continue' and now I can run the web app with F5. I have no idea how it got checked because in the past(like the other day) when debugging I would sometimes forget when at a break point and start typing in the editor only to have VS tell me I can't edit while in debug
 
Share this answer
 

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