1

我在这里以及其他网站上阅读了很多有关此问题的信息。我已经尝试过的:

  1. .net 框架 4.0
  2. .net framework 3.5(Visual Studio 2008 的实际版本)
  3. http://www.microsoft.com/en-us/download/details.aspx?id=29
  4. http://www.microsoft.com/en-us/download/details.aspx?id=5582
  5. “最简单的解决方案是将运行时库的动态链接更改为静态链接。转到项目属性并在 C/C++ > 代码生成下找到运行时库选项。您需要将其从多线程 DLL (/MD ) 到多线程 (/MT)。” 更改为那里的任何内容后,它根本没有编译...

我正在使用 Visual Studio 2008 9.0.21022.8 RTM Microsoft .NET Framework 3.5 SP1。

测试机器是Windows XP SP3。

错误是: The application failed to initialize properly (0xc0000135).This application has failed to start because the application configuration is incorrect. Reinstalling application may fix this problem.

有什么问题?

4

0 回答 0