This is not a 100% repro but it happens more often than not.
When I have a collapsed dockable element and I click on it to expand it, an unhandled Win32Exception is raised. Sometimes it's continuable, but usually it causes a crash. This appears to be related to Visual Studio 2015's special adorners that it adds to WPF windows to help with debugging.
The exception is a Win32Exception of 0x80004005.
I've attached a file with full stack details (too big to post here)
Comments: ** Comment from web user: theficus **
When I have a collapsed dockable element and I click on it to expand it, an unhandled Win32Exception is raised. Sometimes it's continuable, but usually it causes a crash. This appears to be related to Visual Studio 2015's special adorners that it adds to WPF windows to help with debugging.
The exception is a Win32Exception of 0x80004005.
I've attached a file with full stack details (too big to post here)
Comments: ** Comment from web user: theficus **