Hi,
I have a XamDockManager in my page/usercontrol. When I try to view the content in Xaml designer view in Visual studio 2008, the below error message is shown.
Could not create an instance of type 'XamDockManager'
I have tried referencing the below designer dlls but still it shows the error.
Infragistics3.Wpf.DockManager.v9.1.Design
Infragistics3.Wpf.DockManager.v9.1.Dll.Design
Infragistics3.Wpf.DockManager.v9.1.VisualStudio.Design
Infragistics3.Wpf.DockManager.v9.1.Dll.VisualStudio.Design
Can anyone please help on how to get the controls in Xaml design view as well?
Also I face the same problem with XamDataGrid also. If anyone has solution please share
Thanks,
Ganesh
Hello Ganesh,
This sounds like a dll problem. What version are you using - trial,express, full? Have you referenced all the needed assemblied for a control. You can see the assemblied and the dependent assemblies here:
http://help.infragistics.com/Help/NetAdvantage/WPF/2009.1/CLR3.X/html/WPF_NetAdvantage_for_WPF_Full_Assemblies.html
I am using full version only. For XamDataGrid, I have added the below dlls
Infragistics3.Wpf.DataPresenter.v9.1.dllInfragistics3.Wpf.v9.1.dllInfragistics3.Wpf.Editors.v9.1.dll
But still the error is coming. I am trying this in VS2008 in Win XP.