VS 2017 does not start. Error-Servicehub.host.node.x86.exe access denied

0

I am getting this error when I just try to open VS2017. Where should I start troubleshooting why VS2017 won't even launch? It was working great until a couple of days back. I don't think i installed or uninstalled anything that would have caused VS2017 to be unusable.

enter image description here

I took a procmon capture to see if that can help. I am a local admin on the computer. enter image description here

enter image description here

This is the error in Event Viewer

Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ComponentModel.Win32Exception
   at System.Diagnostics.Process.StartWithCreateProcess(System.Diagnostics.ProcessStartInfo)
   at System.Diagnostics.Process.Start()
   at Microsoft.ServiceHub.Client.NodeHubController+<StartAsync>d__2.MoveNext()

Exception Info: System.Exception
   at Microsoft.ServiceHub.Client.NodeHubController+<StartAsync>d__2.MoveNext()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
   at Microsoft.ServiceHub.Client.HubClient+<LaunchOrFindControllerAsync>d__37.MoveNext()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
   at Microsoft.ServiceHub.Client.HubClient+<GetLocationServiceRpcAsync>d__38.MoveNext()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System

Faulting application name: devenv.exe, version: 15.9.28307.1033, time stamp: 0x5e387601
Faulting module name: KERNELBASE.dll, version: 10.0.18362.628, time stamp: 0x54734dee
Exception code: 0xe0434352
Fault offset: 0x00113db2
Faulting process id: 0x4048
Faulting application start time: 0x01d5e27ebb9b0531
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\devenv.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: b028f0cc-8430-4287-9dbb-7be49f68886c
Faulting package full name: 
Faulting package-relative application ID: 
visual-studio-2017
asked on Stack Overflow Feb 13, 2020 by user575219 • edited Feb 13, 2020 by user575219

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0