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>

Parents
No Data
Reply
  • 34510
    Offline posted

    Hello Mark,

    I downloaded Brian's region adapter sample from his blog and updated the Infragistics assemblies to point to 14.1.  I then set the Theme property on the XamDockManager to Office2013 but was not able to reproduce the issue.  The sample built and ran as expected.  I have attached the updated project.

    Is there anything in your project related to the XamDockManager that differs from the one in Brian's sample?  Can you modify Brian's sample to reproduce the issue and send it back to me?

    XamDockManagerPrismRegionAdapter - updated.zip
Children