DataTable visualizer nowhere to be found in Visual Studio 2017 - visual-studio

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.

Related

Breakpoints not getting hit in Visual Studio 2019 Xamarin.Forms project

I'm developing a Xamarin.Forms add, and I don't know if yesterdays update on Visual Studio 2019(16.5.1) was the reason but when i'm in the debug mode connect with my device on Android Project breakpoints don't hit. The interesting part is my app is working OK. I login in my app , a have responses from my Api but the breakpoints not hit. Did anyone have same problem ? I looks like something is changed in my project.
P.S I made new Xamarin.Forms blank project the breakpoints are heated. Please someone for solution?
After days of exploring i finally found out that i unchecked Use Shared Runtime.
Thank you all for your suggestions , i will make post active, because there are other solution's in the comments that might help someone, because this issue dependence of lot of factors.
there was a flag in android manifest.xml file which says android:debuggable = false
I made that as true and it worked
android:debuggable = true
hope it helps someone
Rebuilding the entire solution worked fine. Visual Studio jumps over the breakpoints because symbols do not align between the Solution and Code. Any alteration of the project results in a rebuild, so instead of playing around with the setting, try and rebuild first and see if that works.

Xamarin - The name 'Resource' does not exist in the current context

I've googled till I'm blue in the fingers trying to find a resolution to this issue. I've tried several things but nothing helps. I've got Xamarin and Visual Studio 2015 Enterprise. I had everything working on a previous PC a few months back. Now I have a new one and am just now getting Xamarin set up. I have a few demo and self hacked solutions I was working with. Now all of them give me the above error message. I've made sure the namespace is correct in all modules. The solutions are really small. Nothing fancy at all. Basically Hello World stuff so I'm at a failure to figure out why it fails now. Case in Point: The Hello World that is failing is one HelloWorld.cs file and a few PNGs in the Resources tree along with a main.xml.
If anyone could shed some light I would be most grateful.
I just updated (through VS) Xamarin. Now the older solutions I had won't load. If I create a new solution, I've got the same Resource does not exist error. Xamarin appears to be broken. I've worked with it in the past and had no problems like these.
I resolved it. My Xamarin version was not updated. I updated it by going to
Programs & Features => Microsoft Visual Studio Enterprise 2015, click on change/modify. Now in Visual Studio Popup under Cross Platform Mobile Developement update the C#/.NET (Xamarin v__). After updating this error gets resolved.
For me I didn't required to install Visual Studio 2017.
Also Thanks Martin for your suggestion, your answer can also workaround but it is not necessary to install 2017 just need to upgrade Xamarin version to work with VS 2015.
This bug currently arises with Visual Studio 2015. See this thread and this thread on the Xamarin Forums. Apparently the only workarounds now is to install Visual Studio 2017 or downgrade to older version of Xamarin. There is also an opened bug report for this, so it hopefully should get resolved soon.

Visual Studio Xamarin schema set keeps reseting

I've started trying out Xamarin lately and firstly I've noticed that Intellisense for .axml files was not working. I googled it and figured out that I should include some files in my schema set, but that didn't help. I actually found out that excluding (choosing "Automatic" or "Do not use this schema") all of the schemas helps.
But whenever I open another file in VS, or even switch from Source to Designer tab and back, the problem reoccurs, i.e. it goes back to
this. I am using Visual Studio Community 2015.
Has anyone else had trouble with this before or knows what I should do?
Thanks in advance!

Add NuGet Packages on Xamarin Studio for Mac Not Working

I've tried searching on this issue (and I've come across many issues with people not being able to add NuGet packages), but have come across nothing that can solve my problem.
I'm using Xamarin Studio for Mac and I'm trying to add the SQLite package to my Xamarin Forms project. However, when I click to add a NuGet package (either by right-clicking on the project or from the Project tab at the top), nothing happens. No delay or anything — I click it, no lag, and I continue doing whatever else I want. Has anyone encountered this issue before? I've already tried quitting out of the app multiple times and this has not solved the problem. Thanks for any help you can provide.
In case you are still searching for an answer:
I've had the same strange problem.
This is a bug in Xamarin Studio 6.0.X (In some installation, probably depending on system configuration or something like that)
After updating to Xamarin Studio 6.1.X (alpha channel), it was working again ...
If I find the link where I've found this answer, I will post it later!

VS2010 Evaluation Crashing while Creating new Project

I thought of Trying new VS 2010 Professional. So I have installed an evaluation copy. But when I am clicking on New Project-> and trying to edit the Default project name to some other name in the new project Window, It's crashing my VS2010. Any Idea what I need to do? Does anyone encountered this issue before?
Thanks in Advance
Chetan
I am able to fix this... I remember The 2 days back when I have installed VS2010(Evaluation), that time I was able to create a simple Hello World application in that. and It was working fine that time. And I remember installing MS Enterprise Library 4.1 after that for some of my diff project. And now I Uninstalled MS Enterprise Library and It' started working fine again. I don't know the relation though. But yeah It's working.
Thanks for your time guys. You guys are always helpful though.
Regards,
Chetan

Resources