【发布时间】:2014-01-27 06:04:13
【问题描述】:
这是我第一次使用 C# 编程,当我尝试构建解决方案时弹出此错误。
Visual Studio 2012 可以完美地处理 C++ 代码。
错误信息:
Could not write to output file '...' -- 'Could not execute CVTRES.exe'
错误图片: http://imgur.com/Ud5ledL
【问题讨论】:
-
查看这篇文章 - 它可能与您的问题有关:stackoverflow.com/questions/15038457/cannot-execute-cvtres-exe
-
stackoverflow.com/questions/15038457/cannot-execute-cvtres-exe 你试过那个链接了吗?好像是重复的
-
我看到了那个帖子,但不幸的是我没有在任何地方找到'cvtres.exe.config'文件。
-
Cvtres.exe 位于 C:\Windows\Microsoft.NET\Framework\v4.0.30319 如果您没有看到它,那么您的 .NET 安装失败了。
-
@HansPassant 我应该怎么做才能修复我的 .NET?
标签: c# visual-studio-2012