clickonce

How to Publish a Winforms App with SQLite using ClickOnce

徘徊边缘 提交于 2019-12-01 22:15:24
I have a small C# WinForms app developed using Visual Studio Community 2015 on Windows 8.1 on a 64-bit computer and targeting .Net Framework 4.5.2 and Any CPU | Prefer 32-bit. (I also tried targeting just x86). I used NuGet Package Manager to install Entity Framework 6.3.1 and System.Data.SQLite 1.0.101 (which installed System.Data.SQLite, System.Data.SQLite.Core, System.Data.SQLite.EF6, and System.Data.SQLite.Linq), though System.Data.SQLite.Core doesn't show in the project references. The app runs fine in the VS debugger, but the ClickOnce published version triggers an Unable to load SQLite

What causes ClickOnce URLDownloadToCacheFile failed during installation?

妖精的绣舞 提交于 2019-12-01 21:26:45
问题 I'm getting the following error when installing my ClickOnce application via firefox. It doesn't happen with IE on the same computer. I swear I've installed it via firefox before. This is a Windows 7 machine. The following properties have been set: Property: [AdminUser] = true {boolean} Property: [ProcessorArchitecture] = Intel {string} Property: [VersionNT] = 6.1.0 {version} Running checks for package '.NET Framework 2.0 (x86)', phase BuildList Running external check with command 'C:\Users

“Enable Clickonce Security Settings” keeps enabling itself

拈花ヽ惹草 提交于 2019-12-01 21:14:06
I uncheck "Enable Clickonce Security Settings" and then publish... and it re-enables. Why does it re-enable and what can be done to stop it from re-enabling itself? I've been able to publish this application - and others - with clickonce disabled... but now, all of a sudden, it won't let me publish without re-enabling the checkbox. 来源: https://stackoverflow.com/questions/40493629/enable-clickonce-security-settings-keeps-enabling-itself

How to include files from another project while publishing a solution with clickonce

懵懂的女人 提交于 2019-12-01 20:51:06
问题 While deploying a solution I found that clickonce doesn't upload some files from a project in a solution. I tried to find the files in the application files tab in "Publish" but it seems that it only includes the files from the client project and not other projects. How can i fix this issue? It should be something like an ability to add file dependancies to a project. The files are currently set as Copy if newer and Content. 回答1: Solved by the following manner : added the files which were

Deploying to Program Files directory

橙三吉。 提交于 2019-12-01 20:31:57
问题 I have developed a C# application and I would like to deploy it to the C:\Program Files\Company Name\Product folder. I am not seeing the "Company Name" folder created on the target machine. I copy the files from the "published" directory onto a memory stick (thumb drive). I take the memory stick to a Windows NT machine and double click on setup.exe . The application is installed, as it appears in the *Start Menu". I have no idea where the actually destination is. I know it is not in C:

MageUI.exe is not including a compatibleFrameworks element

南楼画角 提交于 2019-12-01 20:28:08
I've got a ClickOnce .NET 4 application deployed by Visual Studio 2010, via a UNC path. I open the .application file, change the startup location to use the HTTP address, sign, and close. The application then gives this error: Application manifest does not accept specification of <compatibleFrameworks>. How do I get MageUI.exe to include this needed element when I sign? This is similar to Stack Overflow question Why does Mage.exe not generate a compatibleFrameworks attribute? . I've tried opening MageUI from the location suggested, to no avail, and I'd really rather not have to use MSBuild .

“Enable Clickonce Security Settings” keeps enabling itself

前提是你 提交于 2019-12-01 19:05:10
问题 I uncheck "Enable Clickonce Security Settings" and then publish... and it re-enables. Why does it re-enable and what can be done to stop it from re-enabling itself? I've been able to publish this application - and others - with clickonce disabled... but now, all of a sudden, it won't let me publish without re-enabling the checkbox. 来源: https://stackoverflow.com/questions/40493629/enable-clickonce-security-settings-keeps-enabling-itself

Deploying to Program Files directory

你离开我真会死。 提交于 2019-12-01 19:00:19
I have developed a C# application and I would like to deploy it to the C:\Program Files\Company Name\Product folder. I am not seeing the "Company Name" folder created on the target machine. I copy the files from the "published" directory onto a memory stick (thumb drive). I take the memory stick to a Windows NT machine and double click on setup.exe . The application is installed, as it appears in the *Start Menu". I have no idea where the actually destination is. I know it is not in C:\Program Files\Company Name\Product folder. I am using MS Visual C# 2008 Express Edition Version 3.5 SP1. This

ClickOnce Application Install - Security Warning

随声附和 提交于 2019-12-01 17:58:53
I have a clickonce application that is deployed on the website (say, http://example.com ) and users will download the setup.exe file of my published application from that website and install the application on their computer. I have signed the ClickOnce manifests of my application with the Certificate issued by GoDaddy for my company. But, the User still get the following Application Security Warning when they try to install my application. Is there a way around so that this security warning will not be shown at all? Any help will be appreciated. Well, you have to follow the steps in the MSDN

Silverlight OOB vs WPF ClickOnce

♀尐吖头ヾ 提交于 2019-12-01 17:58:20
Silverlight Out of Browser technology and WPF ClickOnce on the surface have similarities. Easy and simple deployment, the ability to specify the level of trust access to the underlying host, etc. What are the key issues I need to consider when choosing one over the other? To put a finer point on it, I'll be deploying LOB apps on a corporate network running only windows computers. You mentioned trust access to the host which I think rules out Silverlight unless you want to run SL4 (beta). We recently went through a lot of discussion about file system access. Silverlight 3 runs in a partial