简体   繁体   English

Visual Studio C ++ 2008 Express的问题

[英]Problems with Visual Studio C++ 2008 Express

It throws error in the debug build, and freezes in the release. 它在调试版本中引发错误,并在发行版中冻结。

Debug building runs finely, but then I try to run compiled executable, it gives me this application has failed to start because the application configuration is incorrect . 调试构建运行良好,但是随后我尝试运行已编译的可执行文件,这使我this application has failed to start because the application configuration is incorrect

Releaze building freezes the whole studio, executable gives me Test.exe - .NET Framework Initialization Error - Unable to find a version of the runtime to run this application. 重新编译会冻结整个工作室,可执行文件会给我Test.exe - .NET Framework Initialization Error - Unable to find a version of the runtime to run this application. . No idea why C++ app requires .NET. 不知道为什么C ++应用程序需要.NET。

Any ideas of what's going on here, other that I should get some other version of studio? 对这里发生的事情有什么想法,除了我应该得到其他版本的Studio之外?

http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=29这里是一个链接,用于下载您需要阻止该错误的内容,请尝试这样做,我认为它将帮助您摆脱该错误。 。

Didn't You create CLI Console App? 您没有创建CLI控制台应用程序吗? If yes create Win32 Console App, because it's not using Managed Code, which requires .Net. 如果是,则创建Win32 Console App,因为它未使用托管代码,而托管代码需要.Net。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM