visual-studio-2012 - 命令退出并出现代码 3 错误

标签 visual-studio-2012 visual-studio-2015

我认为我将一个项目从 VS2012 转换为 VS2015。现在我收到以下错误,这是第一次收到它,所以我有点不知道如何解决它或原因是什么。

Severity Code Description Project File Line Suppression State Error The command ""C:\Program Files (x86)\Microsoft\ILMerge\ILMERGE.EXE" /t:console /targetplatform:v4,%systemroot%\Microsoft.NET\Framework\v4.0.30319 /out:BlobClient.exe StrikeMedia.BlobStorage.CmdLineTool.exe StrikeMedia.ServiceBus.dll StrikeMedia.BlobStorage.dll" exited with code 3. StrikeMedia.BlobStorage.CmdLineTool

希望您能在这方面帮助我。

谢谢

最佳答案

添加答案,以便其他可能遇到类似问题的人获得帮助。

错误的最后一部分指出了问题。

exited with code 3

列出的here作为

ERROR_PATH_NOT_FOUND 3 (0x3) The system cannot find the path specified.

您后来发现计算机上没有安装 ILMerge,之后错误就消失了。

关于visual-studio-2012 - 命令退出并出现代码 3 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42758619/

相关文章:

c# - Xamarin iOS 调试需要永远,不加载模拟器

visual-studio-2015 - Visual Studio 2015 Update 1 在 Controller 脚手架上崩溃

c++ - 在 Visual Studio 项目目录中找不到头文件

c++ - 使用 Visual Studio 2012 进行代码分析

c++ - 在 Visual Studio 2012 中为我的 C++ 项目设置 Aquila

c# - 环境相关设置

c# - 尝试在本地 iis 上运行 vs 2012 网站时出现编译器错误

c++ - Visual Studio 2012 中的立方根函数 cbrt()

asp.net - 无法开箱即用的 Visual Studio 2015 示例在 Azure 中工作

.net - VS 2015 : Profiling tools disabled in Performance Wizard