3

This is driving me crazy. When I'm debugging, I don't have the magnifying glass icon to see the data inside my DataTable. I tried this, this, and this solution to no avail.

How in the world I get the icon back??

Thank you!

SamyCode
  • 928
  • 3
  • 14
  • 33
  • This appears to be a .NET Core specific issue and Microsoft is planning this feature for a future release of VS. [link to reference](https://developercommunity.visualstudio.com/content/problem/99999/dataset-visualizer-missing-for-net-core-20.html) – James Jun 07 '18 at 22:09

1 Answers1

0

I had the same problem but posting my fix since it was very frustrating as I wasted a few hours trying to troubleshoot the issue.

It turned out to be my project type. I created a new .NET framework (non-core) project and it magically reappeared.

Apparently it is a known issue with .NET Core.

Super1337
  • 226
  • 1
  • 8