views:

204

answers:

4

Hi,

I decided to use the Publish feature in Visual Studio. I'm also using the update feature. It worked up till version 1.0.0.6 and now it's just stuck there.

I can uninstall the App but it always re-installs it to that version. I've actually had a similar problem with the normal Application Setup.

Any help would be appreciated.

Thanks,

A: 

Surely 'auto-increment on publish' is checked?

CodeByMoonlight
Yes, but thanks for asking :)
Phillip
Just tested on WINXP, so it only happens on VISTA + WINDOWS7
Phillip
A: 

Also tried Clean on project? Or clear the publish folder and republish?

rdkleine
Yes, no change
Phillip
A: 

I'm guessing that the ClickOnce manifest files aren't getting generated the way they're supposed to. You can check this using the mage utility on the .application and .manifest files. They will probably point to old versions of your app. Visual Studio should generate them correctly but if it isn't then as a last resort you can use the mage utility to edit your manifest files so they point to the right versions and deployment files.

Jason Punyon
Phillip
Wasn't it but thanks
Phillip
A: 

It looks like I've found the solution. The software was signed differently and resulted in Windows Vista + 7 not identifying with it or something of the sort.

Phillip
Well, could get it working for a while, but ended back up with this problem. The issue is definitely a bug in my Manifest, but more so a bug in VISTA because it only happens there. Will try to figure it out and post here.
Phillip

related questions