Search code examples
visual-studiowindows-10event-viewer

VS 2015 Crash on Windows 10


I have a problem with Visual Studio 2015 on Windows 10 which sometimes crashes when I try to build/rebuild/clean the solution. I am working on a WPF application with .NET 4.6.1. If I look into Event Viewer there are available the following errors:

1:

First Exception

2:

enter image description here

What can cause this kind of errors? In my opinion it is a framework bug. However, can be avoided? Does anyone face the same issue?


Solution

  • From the call stack we can see NUnit is leading to the crash.

    Thus, while VS starts up, go to Extensions and remove any NUnit bits (VS adapter for example), and then try again.