MSB4018 “ResolveComReference”任务意外失败
Posted
技术标签:
【中文标题】MSB4018 “ResolveComReference”任务意外失败【英文标题】:MSB4018 The "ResolveComReference" task failed unexpectedly 【发布时间】:2014-08-28 09:47:22 【问题描述】:我目前正在尝试将我们的 c++ mfc 解决方案从 Visual Studio 2010 升级到 Visual Studio 2013 解决方案。当我尝试构建它时,我收到错误 。我启用了融合日志记录,这就是它告诉我的:
=== Pre-bind state information ===
LOG: DisplayName = System
(Partial)
WRN: Partial binding information was supplied for an assembly:
WRN: Assembly Name: System | Domain ID: 1
WRN: A partial bind occurs when only part of the assembly display name is provided.
WRN: This might result in the binder loading an incorrect assembly.
WRN: It is recommended to provide a fully specified textual identity for the assembly,
WRN: that consists of the simple name, version, culture, and public key token.
WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue.
LOG: Appbase = file:///C:/Program Files (x86)/MSBuild/12.0/bin/
LOG: Initial PrivatePath = NULL
Calling assembly : Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. ===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Program Files (x86)\MSBuild\12.0\bin\MSBuild.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/Program Files (x86)/MSBuild/12.0/bin/System.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/MSBuild/12.0/bin/System/System.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/MSBuild/12.0/bin/System.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/MSBuild/12.0/bin/System/System.EXE.
我知道 msbuild 已被移动,但我不明白为什么它试图在 msbuild 路径中查找 System.dll,我怎样才能让它在正确的位置查找它?
编辑: 我现在也尝试升级到 Visual Studio 2012,它没有出现更大的问题,而且我没有遇到同样的问题。但是我注意到,在运行 devenv /upgrade(使用 vs2013)时,它似乎完全改变了 vc++ 目录下的所有内容(升级到 vs2012 时它保持不变)。这可能与这个问题有关吗?
编辑2: 尝试在将项目升级到 2012 后在 vs2013 中构建项目(不运行 devenv /upgrade),这也不起作用,所以我猜问题与此无关......
【问题讨论】:
【参考方案1】:启用诊断构建输出后,我发现项目中的 3 个损坏的 COM 引用无法加载。删除这些引用解决了构建问题。这些仅在 vs2010 中显示为警告,但由于某种原因在 vs 2013 中导致 MSB4018。
【讨论】:
【参考方案2】:这是你的问题:
LOG: Appbase = file:///C:/Program Files (x86)/MSBuild/12.0/bin/
如果您确实需要将基本文件夹指向另一个文件夹,请修复构建系统中的基本文件夹。但是,最好重新构建面向 2013 的系统,而不是修补 2010 版本。
【讨论】:
直接访问 Microsoft 网站可能是您最好的选择。 msdn.microsoft.com/en-nz/library/ms252495.aspx以上是关于MSB4018 “ResolveComReference”任务意外失败的主要内容,如果未能解决你的问题,请参考以下文章
错误 MSB4018:“CreateRiaClientFilesTask”任务意外失败 - 尝试访问已卸载的 AppDomain
错误MSB4018 “ResolvePackageAssets”任务意外失败的解决方法
Visual Studio 2019 编译.Net Core Console项目出现MSB4018 The "CreateAppHost" task failed unexpec(