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!
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!
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.