My Visual Studio 2017(15.2) is hanging every time I load my Xamarin project. I have ReSharper installed. Every time I have to delete (.vs) folder contents to reload the project. Anybody experiencing this issue?
Asked
Active
Viewed 93 times
1
-
Have you tried to disable your extensions other than Xamarin and see if ReSharper or another extension is to blame? – Jon Douglas Aug 12 '17 at 01:36
-
1Try installing Visual Studio 2017 Preview (15.3 Preview 7). We saw similar issue, contacted MS team, they found the root of that and fixed it in Preview build. – Alexander Kurakin Aug 12 '17 at 06:49
-
Installing Visual studion 2017 Preview(15.3) fixed the issue. – DevMonk Aug 12 '17 at 19:43
-
Do you still have this problem with latest stable release, version 15.6.2? I do, and I have lost a lot of time troubleshooting this. For me however, it does not help to delete the hidden vs folder. – Samir Mar 19 '18 at 20:33
-
I also had ReSharper installed. But repairing the Visual Studio installation did not help with this problem. Changing the GUIDs did however. For reference, see my solution [here](https://stackoverflow.com/questions/49374422/visual-studio-2017-hangs-while-loading-a-solution). – Samir Mar 20 '18 at 00:21