Visual Studio 2017 V.15.2 Hangs When Disable Internet Connection? - visual-studio

Visual Studio 2017 V.15.2 Hangs When Disable Internet Connection.
I used Re-sharper 2017.1.2

Solution ?
Visual Studio 2017 15.2 (26430.12) is now available for download. The latest update brings bug fixes and performance improvements. The new version fixed an issue where Visual Studio freezes without a network connection as well as added support for Service Fabric 5.6 release/2.6 SDK which enables using ServicePackageActivationMode=”ExlusiveProcess”.

Related

How to install an old version of a Visual Studio preview version

I recently updated to Visual Studio 2022 Preview 2.1 but it constantly hangs when editing razor files.
I would use Visual Studio 2019 but it is not so simple as I have made extensive use of the global using directive.
I was wondering if there was a way to downgrade to the earlier preview of Visual Studio 2022 Preview 1.1 which worked very well.
I found a site where one could find all previous releases of VS2019 however that is not of much use to me.

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.

SonarLint for Visual Studio 2017 RC

Does anyone know if the sonar lint visual studio 2015 extension can be applied to visual studio 2017 RC?
Is there much difference between the two IDE's that affects the way the plugin works? Is it just adding the version to a manifest?
Extension loading, and some of the APIs changed in VS2017. So it's not just a matter of updating the manifests. However, we are working on the VS2017 support, and it should be available shortly.
The current version of SonarLint for VisualStudio will only work with VS2015 because of some checks done and some major changes in VS2017. But we have just finished a sprint on enabling SonarLint for VS2017 and a RC should be released soon (most probably this week).

Visual Studio 2015 freezes with Xamarin android project

I have been facing a problem of freezing Visual Studio 2015 frequently during building a Xamarin Android project and each time I have to kill Visual Studio process and start the building process again then it will work. I'm facing this issue with two machines both of them are Windows 10 Pro .
I'm using:
Visual Studio 2015 Community update 3.
Xamarin 4.2.0
Xamarin.Android 7.0.1.6
I have the same problem and can't find the source of why visual studio hangs while developing Xamarin android project.
Specs:
Visual Studio Professional 2015 with latest update
Windows 10 64-bit
Dev Express Included
ReSharper Installed
Visual Studio 2013 also installed on machine
16 GB Ram
Intel i7 6700 CPU 3.40 GHx
Git for source control
jdk1.7.0_55
Xamarin latest version
The designer also hangs crazy time
In event viewer I can see that vs studio hangs
The program devenv.exe version 14.0.25420.1 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Security and Maintenance control panel
I tried the following attempts and did not helped me:
1.Reinstall (windows + visual studio).
2.Reinstall vs with Xamarin.
3.Update to latest version of Xamarin and vs
4.I also deleted the C:\Users\ ...\AppData\Local\Microsoft\VisualStudio\14.0 directory and i just
lost my settings and some configuration with no effect. Also VS extensions have been removed
5.Deleted my anti virus did not helped
6.No firewall anymore disabled it
7.Disabled windows defender
8.Removed Resharper
The only solution i have is :
Kill vs and restart... but this in annoying since to many times it hangs
Before you go re-installing everything...
I've also experienced Visual Studio (2015 Update 3) hanging while starting a debug session into my Xamarin Android project.
It appears that Visual Studio is having some timing issue between the deployment and connecting to the debugger. What is working for me...
1) Open Task Manager and Kill Visual Studio (because it's hung, and this is the only way I know how to get it out of this state), then...
2) Keeping the Android Hyper-V instance running from my last debug attempt, re-open my project and start a new debug session.
Perhaps Visual Studio is failing to connect to the ADB (Android Debug Bridge)?

Visual Studio 2012 Website Does Work Properly in Visual Studio 2012

I originally created an ASP.NET site in Visual Studio 2010 a few years ago and it went through the VS 2010 SP1 update as well. This meant that Visual Studio 2012 opened the solution without performing a one time upgrade.
The issue I am having is that the built-in browser selector in Visual Studio 2012 is not available for this project and the settings only let you use the default browser.
When I looked in the .SLN file, the version line indicates Visual Studio 2012 (i.e. # Visual Studio 2012) and no other setting in there appears to have anything to do with this limitation.
Has anybody had this issue and, if so, can you please let me know how your overcame it?
Thanks!
You're going to have to upgrade your project to allow it to make use of Visual Studio 2012 only features. Note, if you do this you will no longer be able to open your project in earlier versions of VS.
http://msdn.microsoft.com/en-us/library/hh266747%28VS.110%29.aspx
For VS 2010 , you can install WoVS Default Browser Switcher extension
Also a related question Change default browser in Visual Studio 2010 RC

Resources