Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Exception when selecting Office2013 Theme with XamDockManager 14.1
posted

Using the XamDockManager from 14.201.20142 I get a "Prefix 'igDock' does not map to a namespace." exception thrown whenever I set the theme to "Office2013". Looking through the samples this is supported and works for your example but not my use case, also all other themes I have tried work fine.

I am using Brian Laguna's region adapter in a document content host so views can be injected via regions, see the below code snippet:

<dockManager:XamDockManager>

  <igWPF:DocumentContentHost>
    <dockManager:SplitPane >
      <dockManager:TabGroupPane x:Name="_tabGroupPaneOne" cal:RegionManager.RegionName="{Binding RegionName}" />
    </dockManager:SplitPane>
  </igWPF:DocumentContentHost>

</dockManager:XamDockManager>