Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
We are using the Docking Manager in a plugin based application and the user is able to load/unload plugins during runtime.
During startup of our application we use the AppStateSerializer to load our last layout.
When the DockState.xml contains controls that are not currently present because a plugins is not loaded then desearialized Docking is corrupt but does not give any feedback or exception during dockingManager.LoadDockState(serializer)
It would be fine to get any notification that LoadDockState is not possible or failed. This would make it possible to load a default docking.