I\'m trying to use a 3rd party component in my Silverlight application and when I try to create an instance of the control, I get a XamlParseException:
{Syst
Could be a bit of a bugger to find. Basically try to gather as many details as possible from the debugger.
XamlParseException.After I wrote this I realised that the control's constructor is indeed on the callstack and it is SpellCheckerSample. Very likely it is .XAML page for that control. If you can get access to the source, the file name is most likely something like SpellCheckerSample.xaml.
The error itself is pretty straight forward, looks like there multiple things defined with the same key in the same ResourceDictionary. The below code will cause this to happen: