i'm having problems with publishing an app to be run via clickonce.
if i manage to publish the app it all works perfectly.
i've set up both the"publish location" and the "installation url" to point to the correct paths.
the publish location is set to a drive letter pointing to a UNC share:
y:\builds\app\ (where y: is //server/dev$)
and the installationurl is set to a virtual directory which resolves to the same folder on the server (wrong slashes to stop link):
http:\\server\dev\builds\app\
however, if i try to publish the app using the defaults (right click on the project and choose "Publish", finish) it tries to publish the app to:
<local.approot>\bin\<buildmode>\app_version
and protests that it can't.
if i use the publish wizard, the "publish location" is remembered, but the"installation url" is consistently blank.
sometimes even if, using the wizard, i fill in both with the correct paths it still exhibits the aberrant behaviour described above.
many thanks in advance,
e.