Hi I recently upgraded to visual studio 2015. For some reason in only my MVC Web project (all other projects are debug-able). I sometimes cannot debug and now its stuck in this mode. And for some reason there is 0 modules loaded in the modules list. Anyone know what can be wrong?
Things I have already tried:
- Clean Solution. Delete all obj files and bin files. Rebuild.
- Fix all warnings and update all packages to the same version. Rebuild.
The debug symbols are back again sporadically. But disappears most of the time. It does not seem like its a code change or that restarting works repeatedly. I put a breakpoint in the application_start code and just take the opportunity to debug when ever i get the lucky chance lol.