简体   繁体   English

使用VS2012开发的Windows应用程序未在Windows XP SP3中运行

[英]Windows application developed using VS2012 is not running in windows XP SP3

I have developed an windows application in Visual Studio 2012 with .NET framework 4. But when i tried to install my application in Windows XP SP3 it shows that the .exe is not a valid win32 application. 我已经在Visual Studio 2012中使用.NET Framework 4开发了Windows应用程序。但是,当我尝试在Windows XP SP3中安装应用程序时,它表明.exe不是有效的win32应用程序。 Please help me to solve. 请帮我解决。

This could be one of two, or both, issues. 这可能是两个或两个问题之一。 First, ensure that you have the .Net Framework installed on that machine. 首先,确保在该计算机上安装了.Net Framework。 Second, make sure the application is compiled targeting x86 platform. 其次,确保应用程序是针对x86平台编译的。 Most likely, it is the the second issue. 这很可能是第二个问题。

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

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