Just an FYI...
After upgrading to SandDock 3.0.1.1 I started to update all the code using deprecated methods. I got an warning on the method DockContainer.DockNextTo(DockControl), saying to use DockWith(DockControl).
DockWith(..) doesn't actually exist. After a bit of checking, I found the real method called: OpenWith(..).