Hello. I am referencing XamlTools.dll in my custom Xaml rule. If i place it in the VS2010 Rules folder, the Code Analysis of Visual Studio tries to recognize it as a rule and throws an exception which i got from codeanalysis.xml
<Exceptions>
<Exception Keyword="CA0053" Kind="AssemblyLoad">
<Type>Microsoft.FxCop.Common.AssemblyLoadException</Type>
<ExceptionMessage>Unable to load rule assembly 'c:\program files (x86)\microsoft visual studio 10.0\team tools\static analysis tools\fxcop\rules\microsoft.xaml.tools.silverlight.dll': The assembly contains no FxCop rules.</ExceptionMessage>
</Exception>
So is there any way to point the Code analysis not to treat it as a rule? Or can i make the references in the custom rule some where else other than the rules folder of the VS2010?
Or could you please refer me to a proper forum if this is not the right one to ask?
Thanks