I\'m passing parameters to a .NET ClickOnce-deployed application via the URL from a Flex application. This is done by simply redirecting the user to http://myDomain/myApplication.application?a=1.
I\'m making a Word 2007 add-in with C# 4.0 in Visual Studio 2010. I need an Access 2007 database (a .accdb file) to be placed in the data directory by the clickonce installer. Unfortunately, the file
I made a .NET Windows Forms application that I want to deploy using ClickOnce. However, I will need the application to retrieve the query string parameters passed to it.
I have a ClickOnce application that will be used by two clients (multiple users each). Application connects to MSSQL/MySQL. How can I supply them different connectionString with one ClickOnce deployme
I have a ClickOnce cmd line app that is throwing an exception on initialise. I can\'t see details of the exception because the console window closes before I can see it.
I am trying to deploy an application using ClickOnce. The problem is, I am saving user generated files in the application\'s working directory. Now when the user installs the next version of the appli
I have a batch file that will bounce a clickOnce app: @REM The odd开发者_高级运维 PING statements are to create a 5 second wait
I have a .NET application deployed via ClickOnce. The application icon shows fine on the start menu, task bar, etc., but not in the Add / Remove Progr开发者_StackOverflowams in the control panel.What
I have a C# project that I am developing with Visual Studio and am deploying with Click-Once. There\'s nothing fancy about that.
I have created an outlook 2007 add-in project in vs2008, targeting .net 3.5, then migrated the project to vs2010.