I try to use Microsoft FXCop Version 1.36 on a compact edition, but when I analyze the project, I get the following error.
The following referenced assembly cannot be found. This assembly is required for analysis, and refers to application.exe
System.Windows.Forms, Version = 3.5.0.0, Culture = Neutral, PublicKeyToken = 969db8053d3322ac, Custom = Yes
It allows me to find the node, but it will not allow me to select it in the GAC.
This build is in the GAC, and the application itself works great. Do I need to do something to get FX Cop to find it?
Update: I tried to set the "Search global build cache for missing links" in the project options
source
share