As a part of my build process I generate some files that should be included when creating a clickonce deployment.
I moved some hardcoded settings to acustom Section (so I did not use the <appSetting> tag) in the app.config of my ClickOnce application. When updating, the clients got an error stating that the se
Project Output Path of the the main application is set to ......\\bin\\Release\\开发者_运维问答 and waspublished flawlessly by ClickOnce before.For some strange reason, ClickOnce now fails with the fo
When an application deployed by ClickOnce AutoUpdate is automatically updated on Windows 7, the application becomes unpinnned from the taskbar. Is there a way to stop it from becoming un开发者_高级运维
I have big problem when I am trying to deploy my app over clickonce. I have this error: An error occurred trying to download https://<开发者_开发技巧;myappaddress>
So I have a winform solution, deployed via clickonce. Eveything worked fine until i added a WCF project. (see error in parsing the manifest file at end of post)
Is there anyway to disallow publishing Debug builds when publishing ClickOnce aplications using Visual Studio 2008?
VS 2008 / VB.Net / WinForms I have an application setting (Settings.settings) for a project and I am using Click Once deployment.
I have a simple XAML page that load fine when it is loaded as part of any application within Visual Studio.However, when I deploy this application using ClickOnce, I get the following exception:
I am deploying a solution to a networking share using ClickOnce. There are some resources (xml files) that should remain on the network drive and be shared among users - i.e. I do not wish for a local