私はC#でプロジェクトに取り組んでいます。これで、Hudson サーバーをセットアップし、サーバーに .Net 4 Framework と Windows SDK 7.1 をインストールしました。
プロジェクトは正常にビルドされますが、FxCop を次のように起動すると:
"C:\Program Files (x86)\Microsoft FxCop 1.35\fxcopcmd.exe" /file:CommonServiceTool\bin\Release /out:fxcop-result.xml
すべての .dll ルール ファイルをロードした後、次の例外が発生します。
Using system files at: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319.
Could not resolve reference to PresentationFramework.
Could not resolve reference to PresentationCore.
Could not resolve reference to WindowsBase.
12 exceptions occurred while loading Project1.
00) Could not resolve type reference: [PresentationFramework]System.Windows.StartupEventArgs.
01) Could not resolve type reference: [PresentationFramework]System.Windows.Window.
02) Could not resolve type reference: [PresentationFramework]System.Windows.Controls.HeaderedContentControl.
03) Could not resolve type reference: [PresentationCore]System.Windows.Input.ICommand.
04) Could not resolve member reference: System.Windows.ThemeInfoAttribute::.ctor.
... and so on...
プロジェクトで WPF を使用していますが、FxCop が WPF ライブラリを見つけられないと思います。誰かがこれについて私を助けることができますか?