Search code examples
c#winformsmonoubuntu-10.04docking

weifenluo.winformsui.docking dll for Linux


I have C# application which uses weifenluo.winformsui.docking.dll 2.3.1.0 for Docking. It runs nicely in Windows but does not run in Mono on Linux, ubuntu version 10.04 32-bit. It gives the exception with the weifenluo.winformsui.docking library.

Can anyone help me in solving this problem? or share the weifenluo.winformsui.docking.dll library which is compatible in both Windows and Linux.


Solution

  • This library unfortunately used PInvoke to call Win32 APIs, so it is not portable for Linux usage.

    Unless you decide to give up drag and drop support, then you can use a lite version, http://dockpanelsuite.com.