Visual Studio 2012 disassembly error dialog -


this general error visual studio 2012 has come recently. while debugging c++ application , after hitting break-point, clicking "go disassembly" produce following error dialog:

disassembly cannot displayed source location. uncaught exception thrown method called through reflection.

i've tried reinstalling , repairing vs2012 no effect. simplest console application show same error, it's not specific project , has problem system configuration. @ point i'm clueless module visual studio failing load - google hasn't provided solutions either.

the possible link recent removal of older .net framework redistributable packages (since i've got .net 4.5 sdk , multi-target pack, figured older ones weren't necessary).

i need disassembly view working (it worked quite before) , hoping has come across problem.

solved: after downloading visual studio 2012 update 2, problem solved itself. guess bug vanilla release.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -