0

My Visual Studio 2015 RTM crashes when opening some solutions consistently.

In the Event Log Viewer it shows application "Fault Module KernelBase.DLL"

I have tried resetting settings as mentioned on this post.

What can I do to fix this problem?

Community
  • 1
  • 1
Harshil Lodhi
  • 7,274
  • 1
  • 33
  • 42

1 Answers1

1

I fixed this problem by doing a ResetUserData and Repair from Program and Features in Control Panel.

  1. Do a .\devenv /ResetUserData (It will reset everything including customizations and all)
  2. Goto Control Panel > Program and Features and repair Visual Studio 2015.
  3. Restart your computer.
Harshil Lodhi
  • 7,274
  • 1
  • 33
  • 42