Skip to content

Known Issues

Dirkster99 edited this page Jul 8, 2017 · 2 revisions

Known Issues

This page lists known issues and workarounds (if any).

Win32Exception: The operation completed successfully

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:

AvalonDock Issue: 17653

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