DataTable visualizer disappeared from my Visual Studio

前端 未结 9 2031
轻奢々
轻奢々 2020-12-03 23:32

A while ago I noticed I don\'t have a magnifying-glass next to my datatables. I used to have it, and somehow, sometime, it disappeared...
Has anyone seen this happen? Do

9条回答
  •  醉梦人生
    2020-12-04 00:18

    I have the same problem and it drives me crazy. Finally, I have it works after trying many advice from Googling and trail and error.

    1. \Common7\IDE\devenv.exe /resetuserdata at the command prompt.
    2. I rename Microsoft.VisualStudio.Debugger.DataSetVisualizer.dll to Microsoft.VisualStudio.Debugger.DataSetVisualizer.dll.test on both C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies And \My Documents\Visual Studio 2005\Visualizers

提交回复
热议问题