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
Turns out my specific problem was that the ComponentOne component only works under Silverlight 4. Once I changed to target SL4 it all worked.