简体   繁体   English

用于xp平台程序的visual basic .net程序正在windows 7上构建

[英]visual basic .net program for xp platform program is being built on windows 7

i am running visual studio 2008 visual studio 2010 vs 2012 on windows 7 platform with visual basics windows form application. 我在Windows 7平台上运行visual studio 2008 visual studio 2010 vs 2012 with visual basics windows form application。 No matter what i do , installing and targeting .net frame work 3.5 or older . 无论我做什么,安装和定位.net框架工作3.5或更早。 The EXECUTABLE file built in this setup fails to run on windows xp SP3. 此安装程序中内置的EXECUTABLE文件无法在Windows XP SP3上运行。 what am i missing ? 我错过了什么?

Problem is being reported it as invalid win32 application , faulty start-point! 问题被报告为无效的win32应用程序,错误的起点!

I had something similar issue a few years ago, but in reverse. 几年前我遇到过类似的问题,但反之亦然。

It might not be a .NET version issue though: it might be a 32 / 64 bit problem. 它可能不是.NET版本问题:它可能是32/64位问题。 After spending a lot of time on .NET framework requirements and re-re-reinstalling, once I compiled to 32 bit rather than Any CPU it would run on XP SP3 (even though it was 64 bit XP). 花了很多时间在.NET框架要求上并重新重新安装之后,一旦我编译为32位而不是任何CPU,它将在XP SP3上运行(即使它是64位XP)。

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

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