gpt4 book ai didi

c# - 发布加载程序集文件

转载 作者:太空宇宙 更新时间:2023-11-03 16:52:17 24 4
gpt4 key购买 nike

我有这个问题:

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 文件中。一切都在另一台电脑上工作,文件存在。

最佳答案

尝试转到 Visual Studio 中的解决方案资源管理器,然后打开引用文件夹。
在那里你应该找到旁边有警告标志的 AssemblyInfoTask。
单击 AssemblyInfoTask 引用并检查属性窗口。您可以在其中找到 Visual Studio 查找程序集的路径。
确保 AssemblyInfoTask 程序集位于 Visual Studio 查找的位置,或者删除引用并使用新的正确路径再次添加它。
如果这是项目引用,您需要确保该项目在您的解决方案中并且构建顺序正确。

关于c# - 发布加载程序集文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3512967/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com