简体   繁体   中英

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:

第一次例外

2:

在此处输入图片说明

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM