私はこの問題を抱えています:
Error 23 The "AssemblyInfo" task could not be loaded from the assembly AssemblyInfoTask, Version=1.0.51130.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35. Could not load file or assembly 'AssemblyInfoTask, Version=1.0.51130.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, and that the assembly and all its dependencies are available. CustomActions
何か提案はありますか?
更新 #1 PC で SVN からプロジェクトをコピーした後、問題が発生しました。プロジェクトは VS 2005 で書かれています。VS 2005 をインストールしました。
更新 #2 VS2005 の SP1 をインストールしましたが、まだ機能していません。
更新#3プロジェクトファイルの行を次のように変更しました**
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- <Import Project="$(SolutionDir)eService.VersionNumber.targets" />
-->
そしてそれは働き始めます。ご覧のとおり、問題は eService.VersionNumber.targets ファイルにありました。すべてが別の PC で動作しており、ファイルが存在します。