clickonce

ClickOnce App says requires .NET 3.5 when built using .NET 2.0

旧巷老猫 提交于 2019-12-12 01:25:36
问题 Help! I have a clickonce app built and published using .Net 2.0. This app has a number of .Net dll's all built using .Net 2.0. However when I publish the app, and try to install it I get a message saying that version 3.5 of .Net is required! I've tried my best to track down what component could require .Net 3.5, first by checking and rebuilding everything, and then using ILDASM to look at the file headers. Can't find anything relating to .Net 3.5 at all and I am at my wits end! Any ideas how

Open ClickOnce application deployed in shared folder by a web browser

 ̄綄美尐妖づ 提交于 2019-12-11 19:59:38
问题 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:

ClickOnce - Overwriting content files

寵の児 提交于 2019-12-11 19:32:34
问题 I have a solution that is deployed using ClickOnce. It consists of an application, several referenced assemblies and a SQL Server Compact database. There is also an assembly which is not referenced by the main application, but simply loaded at runtime. This assembly needs to be deployed along with the application, in the same directory as the application binaries. I set up Visual Studio to copy the "plugin" assembly to the \bin\debug (or \bin\release) directory of the UI project after

Clickonce application won't run after installation in XNA 4.0

末鹿安然 提交于 2019-12-11 19:04:36
问题 I've recently read about converting an XNA game into a stand-alone executable file, and found out that publishing it through Visual Studio enables me to simply distribute it. I understand the process to publish and have done so without problems. And when the publishing finishes, I get three files: a folder, the installation file, and the clickonce file. I run and am able to install my game, yet when it runs, only about a second of the intro music plays, then it stops. And when I try running

Semi ClickOnce autoupdate

拟墨画扇 提交于 2019-12-11 17:26:49
问题 I want to deploy an application painlessly having autoupdate turned on. However, I'm forced to use an MSI installer for various purposes. We'll deploy a Windows Forms application and a bundle of Windows services. I really liked how you can click few buttons in the publish tab and have it all deployed to a web server with .application and .manifest files. So, I can now publish changes, but can't pick them up automatically. I'm trying to write an autodownloader myself. Compare .application

Defining where files are installed

 ̄綄美尐妖づ 提交于 2019-12-11 15:33:10
问题 I am trying to deploy a .NET application as a ClickOnce Application, but I am having trouble defining where the application is installed. I need to know this because I have to include support files. I have already added the support files as "existing items". I had assumed that the program would install in Program Files, but it does not exist there. Instead, there is just a shortcut on the desktop. Can someone explain how/where the install path is defined using VS2012? 回答1: Clickonce

How can we retrieve query string information in a ClickOnce Application?

风格不统一 提交于 2019-12-11 14:21:18
问题 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 found this MSDN article and followed its directions (select the check box labeled Allow URL parameters to be passed to application) , but it doesn't appear to work: How to: Retrieve Query String Information in a ClickOnce Application ApplicationDeployment.CurrentDeployment.ActivationUri is null when the application loads.

failed to copy …the specified network name is no longer available

我是研究僧i 提交于 2019-12-11 13:13:35
问题 when i publish my app using Click Once Deployment i got this error: Failed to copy file 'D:\Tam Alsharq Operator - March 2013\Tam Alsharq Operator (TAO)\Tam Alsharq Operator (TAO)\bin\Release\app.publish\Application Files\Tam Alsharq Operator (TAO)_1_0_0_77\Tam Alsharq Operator (TAO).exe.deploy' to '192.168.2.11\TAO\Application Files\Tam Alsharq Operator (TAO)_1_0_0_77\Tam Alsharq Operator (TAO).exe.deploy'. Unable to add 'Application Files/Tam Alsharq Operator (TAO)_1_0_0_77/Tam Alsharq

Error using Windows Driver Kit DriverPackagePreinstall

与世无争的帅哥 提交于 2019-12-11 12:28:35
问题 I am trying to preinstall an .inf driver after my windows program loads and was using this question as an example. I am writing in VB.Net while the original question was done in C# so it might be something I lost in translation but here's what I have: Public Shared Function PreInstall(ByVal fileName As String, Optional ByVal useDefaultLocation As Boolean = True) As Boolean Try Dim file As String = IIf(useDefaultLocation, DriverLocation(fileName), fileName) Dim result As Int32 =

Strong name signature not valid for this assembly Microsoft.Practices.EnterpriseLibrary.Data.dll

纵然是瞬间 提交于 2019-12-11 10:19:15
问题 I am running windows form application as ClickOnce Deployment. When i debugg the solution i am not getting any error. it's working fine. But, when i publish the application using click once deployment and run the application from folder, i am getting the following error log. Can anyone help me out what exactly the problem is? The Dll's are in assemblies folder in one of the project.And they are used in other project as reference. PLATFORM VERSION INFO Windows : 6.1.7601.65536 (Win32NT) Common