.net - 为什么 Visual Studio 2005 Debug模式不起作用?

标签 .net visual-studio visual-studio-2005

我正在打开一个 Visual Studio 2005 解决方案文件并在发布和 Debug模式下构建它。 虽然我能够在 Release模式下运行应用程序,但当我尝试运行 Debug模式时,出现以下错误:

Unable to start program XXXX.exe. This application has failed to start because the application configuration is incorrect. Review the manifest file for possible errors. Reinstalling the application may fix this problem. For more details, please see the application event log.

当我使用依赖项遍历器检查 .exe 时,它显示缺少以下 .dll:

msvcp80D.dll
msvcr80D.dll
IESHIMS.DLL
WER.DLL

最佳答案

下载并安装 Microsoft Visual C++ 2008 Redistributable Package。

可以在这里下载: http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en

关于.net - 为什么 Visual Studio 2005 Debug模式不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2084091/

相关文章:

c# - 访问冲突错误崩溃程序(0xc0000005)

c# - 使用 System.Web.Script.Serialization.JavascriptSerializer 反序列化 JSON - 怎么做?

c# - [DefaultValue()] 继承 ComboBox 的问题

c# - 如何调试 ManualReset 和 AutoReset 事件?

visual-studio - 是否有适用于 Visual Studio 的 Jira 插件?

c++ - 更改包含文件时,visual studio 如何知道要重建哪些 cpp 文件?

c++ - '_IsFirstIteration':std::lower_bound 中未引用的形参

c++ - 错误 C2259 : 'CDocument' : cannot instantiate abstract class

.net - 内联 CSS 性能问题

.net - 销售一组 .NET 库。我需要安装程序吗?