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.
Full stack details to follow since CodePlex limits the posting size.
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.
Full stack details to follow since CodePlex limits the posting size.