I would suggest that an assembly containing MEF attributes does not have a CLSCompliant attribute set.
IE, if you are referencing the Silverlight class library, the class library must have this attribute in the AssemblyInfo file:
[assembly: CLSCompliant(true)]