VS2012 ClickOnce Applications Not Running on Windows XP

When installing on WinXP after apperad error error message

In Win7, the application is installed without problems. The Windows forms application and the WPF application have the same problem, and both of them worked correctly before in VS 2010.

+7
source share
3 answers

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

0
source

We had the same problem, but a simple fix was found: Instead of running setup.exe, run the file "xxxxxx.application" (manifest) in the same place. It will run and install in the same way and does not complain that it is not a 32-bit application.

0
source

The problem was solved. Please note: Setup.exe is not a valid Win32 application . Also: Visual Studio 1 Update

0
source

All Articles