DockingManager Error

I encounter below error whenever I access my WPF page which contain DockingManager or DocumentContainer from other PCs beside my development which contain the installation of syncfusion

the License.licx already included in the project as embeded resources and copy always

this is the error:

System.Runtime.Serialization.SerializationException: Type ''Syncfusion.Core.Licensing.SyncfusionLicenseException'' in Assembly ''Syncfusion.Core, Version=7.203.0.37, Culture=neutral, PublicKeyToken=632609b4d040f6b4'' is not marked as serializable.


this is the code for DocumentContainer

DockPanel.Dock="Right" Margin="4,0,0,0">









and the code for DockingManager

UseInteropCompatibilityMode="False" UseDocumentContainer="True"
ShowTabItemContextMenu="{Binding ElementName=showtabitemcontextmenu,
Path=IsChecked}"
ShowTabListContextMenu="{Binding ElementName=showtablistcontextmenu,
Path=IsChecked}" syncfusion:DockingManager.Header="{StaticResource HeaderTemplate}">
syncfusion:DockingManager.Header="Navigation"
syncfusion:DockingManager.State="Dock"
syncfusion:DockingManager.DesiredWidthInDockedMode="250">

Margin="5"
BorderBrush="#99000000"
LineBrush="Black" Sorting="None"
AnimationType="None"
Name="RcmsTree"
ShowRootLines="{Binding ElementName=Rootlines,Path=IsChecked,Mode=TwoWay}"
FontSize="12" FontFamily="{Binding ElementName=fntlist, Path=FocusedFontFamily,Mode=TwoWay}"
AllowMultiSelect="{Binding ElementName=chkAllowMultiselect, Path=IsChecked}"
IsFakeDragIndicator="{Binding ElementName=ChkFake,Path=IsChecked,Mode=TwoWay}">




I already submited this problem, but I need a quick fix for this. Any1 can help me with this? Thanks

1 Reply

HK Hemanth Kumar K Syncfusion Team October 7, 2009 03:07 PM UTC

Hi Jeff,

Thanks for using Syncfusion Products,

We are not able to reproduce the issues you mentioned , Could you please update us a simple sample(with all project files) to reproduce this issue through Direct Trac incident #60797.
So that will be helpful for us to assist you.

Please let us know if you have any questions,

Thanks,
HemanthKumar K

Loader.
Up arrow icon