codingadventures / LINQBridgeVs

Dumps the content of variables during debugging in Visual Studio to LINQPad
MIT License
127 stars 21 forks source link

VS2013 uninstall problem #20

Closed rekna1 closed 9 years ago

rekna1 commented 9 years ago

I uninstalled this extension, but VS keeps showing linqbridge visualizer... What is even more annoying, it has removed or replaced all standard visualizers, even string variables are shown in linqpad, there is no option anymore to show them in a plain textbox...

If I reinstall it, when choosing enable LinqBridge or disable LinqBridge , I get following error image

I'm having the impression that it messed up my vs2013 installation

codingadventures commented 9 years ago

Hello,

I'm sorry to hear you're having problem. OK let's uninstall LINQBridgeVs again. Once you've done that, please go to this folder:

/Documents/Visual Studio 2013/Visualizers

and delete all the dlls and pdbs you find there. Even though you uninstall it, visualizers are still there. That should be enough to restore the original visualiser.

Let me know if you are having other issues.

rekna1 commented 9 years ago

Thx.. everything is back to normal now...