I publish ClickOnce application on a shared folder with UNC //Server/Folder. I use visual studio 2010 and publish this application by the ClickOnce publish wizard.
After publish, I want to run it on my web browser (for example, FireFox and Internet Explorer). I use the address //Server/Folder
. Now, I click on the setup file. It will be downloaded to my computer to C:/Users/duytn/Downloads/
. Then, I click on this setup to run. An error occur. This is its detail:
SOURCES
Deployment URL: file:///C:/Users/duytn/Downloads/WMEditor.application
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Users\duytn\Downloads\WMEditor.application resulted in exception. Following failure messages were detected:
+ Downloading file:///C:/Users/duytn/Downloads/WMEditor.application did not succeed.
+ Could not find file 'C:\Users\duytn\Downloads\WMEditor.application'.
+ Could not find file 'C:\Users\duytn\Downloads\WMEditor.application'.
+ Could not find file 'C:\Users\duytn\Downloads\WMEditor.application'.
I think this setup can not find its manifest (*.Application file). I want to publish the project on a shared folder. And run it by web browser.