R
Ralph Sieminsky
Has anyone gotten ClickOnce to work with VS 2005 Beta 1?
I tried the simplest of apps, Published it using VS 2005,
and am getting the following error when clicking the published
link:
"Deployment manifest requires publisher and product specified."
Indeed, the manifest contains this line, where "publisher" is empty.
<description asmv2
ublisher="" asmv2
roduct="test"
xmlns="urn:schemas-microsoft-com:asm.v1" />
Trying to edit it by hand does not work, the file has an XML
signature.
Has anyone encountered the problem & found a solution ?
Or how could I easily resign the file after having added a publisher ?
Thanks,
Ralph
I tried the simplest of apps, Published it using VS 2005,
and am getting the following error when clicking the published
link:
"Deployment manifest requires publisher and product specified."
Indeed, the manifest contains this line, where "publisher" is empty.
<description asmv2
xmlns="urn:schemas-microsoft-com:asm.v1" />
Trying to edit it by hand does not work, the file has an XML
signature.
Has anyone encountered the problem & found a solution ?
Or how could I easily resign the file after having added a publisher ?
Thanks,
Ralph