"View details" is missing from the assistant

Recently, the behavior of the Change Assistant has changed for me in Visual Studio 2015 Update 3. I no longer see the View Details option and the stack trace is not unwound. If I select "Use Compatibility Compatibility Mode" it works. This happens in all C # projects.

It's another matter if I look at the "Just-In-Time" option in the "Debug" section. I see a warning that says "Just in Time Debug Errors Detected."

Changing the settings for JIT debug options didn't help. I've also tried updating settings, repairing and even reinstalling Visual Studio. Nothing seems to help.

Can anyone shed some light on this for me?

+2


source to share


1 answer


Try to disable the "Use Managed Compatibility Mode" option in Debug → Options



0


source







All Articles