Show Visualizers Error “could not load this custom viewer”

后端 未结 11 1995
遥遥无期
遥遥无期 2020-12-17 09:34

When I try to inspect DataSet by standard DataSet visualizer I see this error \"could not load this custom viewer\". I wrote simple dataset visualizer, but

11条回答
  •  轮回少年
    2020-12-17 09:53

    For me, I had written my own visualizer for a type that I had created. Apparently, this was interfering with VS 2017's ability to display the built-in visualizer for datasets. Once I removed my own visualizer and the Microsoft Debugger Visualizer reference, I could use the built-in ones.
    I have written other visualizers in earlier versions of VS that didn't cause any problems.

提交回复
热议问题