|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ClickOnce: Change File without new VersionHello
I've got a ClickOnce Client, which uses an app.config. I'd like to change this app.config-content after the Client is already downloaded. Certainly, i've got to resign the manifests, which worked good. But, the client did'nt download the app.config new. Has anybody any idea what to do about this? greetz & thanks Aline I had the same issue. It's more than signing the manifests. They have
to be re-generated because there is a hash value for each file which will need to be recreated if the contents of the file change. Also, you'll need to increment the manifest's version when you make a change, or dotnet won't upgrade the client. |
|||||||||||||||||||||||