I am receiving this error – Not a valid Win32 Application. The program runs fine on a Vista PC. It is deployed using the ClickOnce bootstrapper. ]
I read
here that VS2012 ClickOnce does not support XP, but this article is focused on C++, not C#. I can’t see anything similar for C#.
Any ideas?
Thanks!
As your source states:
That applies to any application compiled with VS2012, regardless of language, because it’s the bootstrapper (install program) that’s failing, not the application.
So your application can run on the XP box, but not the Clickonce installer.