Azure Data Studio on Linux hangs on opening - azure-data-studio

I'm having an issue where the newer version of Azure Studio will open but then it just hangs and won't do anything else.
has anyone ran into this issue?

Related

Unable to connect to localhost port to debug Visual Studio 2019

I am using a mac and visual studio 2019, dotnet 2.2 and when I try to run my any app including a new template I am unable to connect to local host in the browser.
I have tried delete and re-adding the local host certificates multiple times, I have uninstalled and reinstalled Visual Studio, dotnet and Chrome. I'm really at a loss of what to do. Does anyone have suggestions? Thanks. I am getting this in the output in Visual Studio when I run the app:
These messages are coming up while the app is running.
It's worked when I deactivated the "Enable SSL" in my problem.

Visual Studio Installer Download Stops at 5MB

I am running Windows 7 with the Service Package using Visual Studio 2017.
Anything that I try to install using Visual Studio Installer just stops downloading once it reaches 5MB and the error message will disappear too quickly for me to read it. I am not an Administrator.
A few suggestions I have searched have told me to look through a 'Certificates' folder but I do not seem to have this folder in my program files. Any help appreciated!
I had an administrator come to my computer and run the installer, and it worked just fine.

Visual studio 2017 - Not able to restore Nuget packages

I am using Visual Studio Enterprise 2017, I created a ASP.NET Web API project and it was working fine.
Today I got a new clone and when I tried to restore my packages, it keeps showing me this error
I have tried the following
Restarted Visual Studio as administrator
Rebooted PC
Disabled firewall settings
Disabled antivirus
Checked the port too, which is not being used
Nothing seems to work. Has anyone faced a similar issue? Is there any alternative way?
Not sure if this is an issue related to Visual Studio 2017, I managed to resolve this by opening the solution in visual studio 2015.
Again by opening in 2017, this is the solution for now. If anyone comes up with a better solution it will be great.

Visual Studio Remote Debugger Failed to Start

I recently installed Visual Studio 2017 on my laptop (running Windows 10). I have a C++ project using the OpenCV and Eigen libraries, and it seems to compile correctly, but when I try to run the Local Windows Debugger, I get an error message that says:
Visual Studio Remote Debugger (MSVSMON.EXE) failed to start. If this problem persists, please repair your Visual Studio installation via 'Add or Remove Programs' in Control Panel
I ran the Repair tool it suggested, with no luck. I also checked for a solution online, and came across a support page (Link). I tried turning off my anti-virus and firewall as per the suggestions on the support page, but that didn't get rid of the error message. My laptop is brand new, and I just installed Visual Studio and the Remote Debugger, so I don't think it would be the case that the version of the Remote Debugger doesn't match with that of Visual Studio. All of the other suggestions are for people doing remote debugging, but I'm doing a local debug.
Any help/suggestions on resolving this issue would be appreciated.
Firstly close the Visual Studio.
Goto AppData\Local\Microsoft\VisualStudio and select version (Ex: VS 2015 has 14.0 folder).
Then delete ComponentModelCache folder.
Start the Visual Studio.
Find what's preventing msvsmon.exe from running.
I encountered this error in Visual Studio 2019 while trying to start debugging a .net 5 console application. I tried to run C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\Remote Debugger\x64\msvsmon.exe and found that User Access Control dialog opens and is asking to run it as an administrator. So two solutions were possible for me, either run VS2019 as Administrator or remove the Run this program as an administrator setting for msvsmon.exe.

visual studio stops and restarts if I run cordova application

I am using CLI tool to build cordova app on windows phone (Universal).
It was working fine until I install the apache cordova tools for visual studio 2015.
Now when I click on any button on the home page app will crash and VS2015 will be restarted. I have uninstall the Cordova tool but the issue still persists.
But i am able to run the application on SIM/Device after the crash.
Any help appreciated.
I found a root cause for the above issue. Visual Studio stops and restarts if i add jquery.mobile.1.4.5.min.js into my project. Yet to figure out the solution for this issue.
But I got to know the work around for it. just use the library jquery.mobile.1.4.0.min.js

Resources