-
Notifications
You must be signed in to change notification settings - Fork 61
Known Issues
Dirkster99 edited this page Jul 8, 2017
·
2 revisions
This page lists known issues and workarounds (if any).
You might receive a Win32Exception: The operation completed successfully exception output when debugging the application in DEBUG mode. This occurs typically, when opening or closing a tool window, in DEBUG mode, but works fine without attached debugger.
This issue is most likely a threading issue and was recorded earlier on in AvalonDock:
A simple solution to this problem is to disable UI debugging in Visual Studio: Tools > Options > Debugging > General > Enable UI Debugging Tools for XAML
See also Stackoverflow