DataTable visualizer disappeared from my Visual Studio

前端 未结 9 2042
轻奢々
轻奢々 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:10

    1. Create a new clean project, does the Visualizer show up there?
    2. Check if this file exist: "\Program Files\Microsoft Visual Studio 8.0\Common7\Packages\Debugger\Visualizers\Microsoft.VisualStudio.Debugger.DataSetVisualizer.dll"
    3. Check if the dll is loaded in Visual Studio, Open your project, then open anther Visual Studio, attach the debugger into the first Visual Studio (Make sure that managed debugger is selected). Inside the debugging Visual Studio open Debug/Windows/Modules to see if the DataSetVisualizer is loaded.
    4. try devenv /ResetSettings from an admin console.

提交回复
热议问题