I publish my application on a FTP server. I gave the FTP account information(URL, user and password) to Visual Studio but it keep asking me the FTP password each time I click th开发者_StackOverflow社区
I have application written in Visual Studio 200开发者_Go百科8 which I deploy with ClickOnce to network share while at work. Sometimes I work from home and I don\'t have VPN that allows access of share
How can I change the Publishing Folder of already deployed applications? E.G. Currently the path is \\\\Server1\\App
When upgrading/installing a Clickonce application (Winforms, .NET SP1) the window in the taskbar looks like this:
I want to associate a file extension with my开发者_开发技巧 ClickOnce application. There is a File Associations part in the Publish options but I can\'t manage to make it work.Have you added the code
I\'m publishing a ClickOnce application with VS2008, but before every publish I 开发者_运维技巧have to switch to Release config manually. This is fine as far as I don\'t forget to switch. Is there a w
Obviously I\'d like to not have to install an Oracle client (other than simply a DLL), because that would prohibit my ClickOnce goal.I tried System.Data.OracleClient, but it threw an exception, \"Syst
Could someone tell me the difference be开发者_StackOverflow社区tween the publishing folder location and the installation folder URL? Is there any reason why these two wouldn\'t be the same?You enjoyed
Hello I recently deleted what I thought was an u开发者_如何学编程nused folder which happened to have the solution and code for a windows application I am maintaining.
I have a Windows Forms project using Visual Studio 2010, and I am deploying using ClickO开发者_JAVA技巧nce.