Windows 7 64bitで、SandcastleをWCFサービスを対象にビルド実行した際に、以下のエラーが発生する場合がある。
SHFB: Error BE0065: BUILD FAILED: The imported project "C:\Program Files\MSBuild\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
上記が発生した場合、以下の手順で出力が可能となる。
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\
上記ディレクトリを以下のディレクトリとしてコピー
C:\Program Files\MSBuild\Microsoft\VisualStudio\
ん~何か私の設定がおかしそうだが、いったん動いたので、メモだけしておいて忘れる事にする。