When I go to Source Control Explorer and try to Delete Files, Visual Studio 2017 crashes.
Does anybody know solutions for the issue?
When I go to Source Control Explorer and try to Delete Files, Visual Studio 2017 crashes.
Does anybody know solutions for the issue?
Copyright © 2021 Jogjafile Inc.
What's the exact version of VS 2017 do you use? Seems there is an issue on earlier version of VS 2017. See the issue here : https://github.com/dotnet/roslyn/issues/21301
Just try below items and check if that works for you:
Start VS with another user :
cd C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE runas /netonly /user:<account> devenv.exe
Reset user data:
cd C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE devenv.exe /resetuserdata