I am using Visual Studio Community and Visual GDB to code and debug STM32 projects.
The problem:
When I type something that is known to Intellisense, (path, variable or anything really), the suggestions come up briefly and then immediately disappear therafter. For that split second I can see that Intellisense has the correct suggestions, but TAB or ENTER does not work since the suggestions disappear very quickly.
Does anyone know how to fix this?
Thank you
You might try to disable any extensions in Visual Studio.
I had the same problem, surfed around and read in some places that disabling extensions would work.
So I disabled them one by one and the problem was gone.
I have installed Xamarin today & when I create a project, everything goes right but when I want to open the .axml file in layout folder, visual studio crashes! nothing happens & speed of the visual studio reduces the PCs performance. the only error that I get is: This item doesn't support previewing!
What should I do? Please help... . Thanks
The xamarin android designer has a lot of problems and a lot of community discussions which can be found :
https://forums.xamarin.com/discussion/118384/android-designer-does-not-work-well
https://forums.xamarin.com/discussion/125879/designer-not-loading-layout-at-all
https://forums.xamarin.com/discussion/76851/visual-studio-2015-android-designer-not-working
https://forums.xamarin.com/discussion/82082/android-designer-not-working-in-visual-studio-enterprise-2015
https://forums.xamarin.com/discussion/6258/android-designer-doesnt-work-in-vs-2012
https://developercommunity.visualstudio.com/content/problem/99268/xamarin-android-designer-not-working.html
After reading all this discussion I could not understand the actual core reason of the issue and I was actually frustrated to the point where I repaired my Visual studio, now I could see the AXML file as XML when I opened it with the designer(crash stopped). But I could still not open the designer, So what I did was as I had experience with working with the android studio and I never faced this issue, I started working on Android studio for the AXML and copy-pasted that to xamarin and it worked like a charm.
Revert in case of queries
I have a Tabular model in Azure Analysis Services that I created by importing a .pbix. It loaded the model perfectly, but when I try to open the model in Visual Studio nothing happens. When I click on Open in Excel it creates a .odc file and when I click on Open in Power BI it creates a .pbix file. You can see below the options:
Screenshot:
I would like to open it in Visual Studios. Has anyone else ran into this problem or does anyone else have a solution?
Any help would be appreciated.
Thanks!
Well, it looks like the Open in Visual Studio button is now working. The next day, it now downloads a .zip file that contains a .SMPROJ file and a .BIM file. Not sure why it wasn't working yesterday, maybe the model needs some time after it is created to be able to be loaded into Visual Studios. If anybody knows why, then post, to help anyone else in the future.
Thanks
I'm trying to migrate from VS2012 to VS2015. I have a need to edit Classic ASP code.
The code opens just fine in VS2012. It will not open in VS2015. Or, more accurately, when I open it in VS2015, I don't see any code; all I see is a tab with the file name and a big blank blue field where the code should be.
What do I need to set in order to view it? I can't seem to find this anywhere.
Thanks in advance...
have you tried reinstalling VS? I'm running VS2017 without any problems, having just upgraded from VS2015, which I ran without issues as well. I'd try a reinstall and see if that resolves the problem.
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 you know how to help me view my datatables again?
Update: I'm still clueless about this. Could anyone point me in some direction, where should I even start looking for an answer? Thanks a lot.
Update: I changed to a new computer, and still the same problem. But I pinpointed it to being only in Visual Studio 2005. On Visual Studio 2008 I have perfectly normal DataSet and Datatable visualizers.
So I tried re-installing VS2005, to make sure all the components were installed, nothing left out - but Nada. Still no visualizer.
Update: Found the solution to my problem: My answer
I was really bothered by the problem, so I turned to Microsoft support, and they solved my problem! The short solution is that apparently one of the DLL's in the My Documents\Visual Studio 2005\Visualizers folder was corrupted. I deleted all the contents of the folder, and the visualizer came back.
The long answer can be found in this post written by Faruk Celik - the person from Microsoft who solved my problem.
Create a new clean project, does the Visualizer show up there?
Check if this file exist: "\Program Files\Microsoft Visual Studio 8.0\Common7\Packages\Debugger\Visualizers\Microsoft.VisualStudio.Debugger.DataSetVisualizer.dll"
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.
try devenv /ResetSettings from an admin console.
I know this is an old post, but I have been fighting this same issue. Nothing solved my problem... I finally figured out that I had been running Visual Studio in compatibility mode (Windows 7 os). Once I ran devenv.exe without compatibility mode set, the visualizers showed up again.
Give devenv /resetskippkgs a try...
I am using Visual Studio 2017 and I had the same issue. I realised the visualizers folder is missing in my documents. I think this is something to do with the recent windows upgrade on the office computer. I have resolved it by creating an empty Visualizers folder.
I have the same problem and it drives me crazy. Finally, I have it works after trying many advice from Googling and trail and error.
\Common7\IDE\devenv.exe /resetuserdata at the command prompt.
I rename Microsoft.VisualStudio.Debugger.DataSetVisualizer.dll to Microsoft.VisualStudio.Debugger.DataSetVisualizer.dll.test on both
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies
And
\My Documents\Visual Studio 2005\Visualizers
I was having the same problem, nothing would appear when I hovered over my dataset variable. I was finally able to see the dataset visualizer when I added my.forms in front of my dataset variable in the Watch window
Execute Visual Studio as administrator. Right click and execute as administrator and the magnifying-glass appears next to datatables.
I tried everything in this post but nothing worked for me. I am running Windows 7 64-bit. Eventually I was able to find a solution in this post
I tried everything here but the only thing that worked for me was to overlay 2 folder using someone else VS 2019 that had the visualizers working.
C:\Users\XXXXXXXX\Documents\Visual Studio 2019\Visualizers --< XXXXXXXX = the user folder
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\Packages\Debugger\Visualizers