This question is locked. New answers and comments are not allowed.
When I update the telerik Dll "Telerik.Windows.Documents" I have this error in my Silverlight project :
Impossible to convert the Object type "System.Drawing.ColorConverter" in type " System.Windows.Data.IValueConverter"
This is the code xaml:
xmlns:drawing="clr-namespace:System.Drawing;assembly=Telerik.Windows.Documents"
<drawing:ColorConverter x:Key="ColorConverter" />
Some one can help me !!
thanks you
Impossible to convert the Object type "System.Drawing.ColorConverter" in type " System.Windows.Data.IValueConverter"
This is the code xaml:
xmlns:drawing="clr-namespace:System.Drawing;assembly=Telerik.Windows.Documents"
<drawing:ColorConverter x:Key="ColorConverter" />
Some one can help me !!
thanks you