VS2012 ClickOnce Applications not working on Windows XP

心已入冬 提交于 2020-01-02 03:00:36

问题


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.


回答1:


It seems the only way is to publish it from VS 2010 SP1.Projects are compatible in both studios.




回答2:


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.




回答3:


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



来源:https://stackoverflow.com/questions/12508697/vs2012-clickonce-applications-not-working-on-windows-xp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!