简体   繁体   中英

VS2012 ClickOnce Applications not working on Windows XP

While installing on WinXP ,following error apperad 错误信息

On Win7 application installed without problem. Windows forms app and WPF app both have the same problem and both of them worked correctly before in VS 2010.

似乎唯一的方法是从VS 2010 SP1发布它.Projects在两个工作室都是兼容的。

We had the same issue, but found a simple fix: Instead of running the setup.exe run the "xxxxxx.application" (manifest) file in the same location. This will execute and install in exactly the same manner and does not complain about not being a 32bit app.

The problem was solved.Please see: Setup.exe is not a valid Win32 application . And also: Visual Studio Update 1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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