clickonce

ClickOnce Version Already Exists Warning When Publishing

拟墨画扇 提交于 2019-12-10 16:16:27
问题 I have published an app using ClickOnce for about a year with relatively few issues. This week I am off site, but needed to make some changes to the app and the way the autoupdate works - so I am publishing to the IIS of my local machine rather than the normal distribution server for testing. The wierd thing is that as of yesterday afternoon, I started receiving the warning Published version 2.1.3.18 already exists on the server, do you want to overwrite it But the version i am publishing is

Can ClickOnce update automatically without asking the user?

我与影子孤独终老i 提交于 2019-12-10 15:15:48
问题 I have a client that wants a simple install for a small windows system tray application. They want the application to update automatically without asking the user. The app is small and the update should be minimal in size (most of the business logic and code will be behind a web service). I have been eyeing Microsoft's ClickOnce technology since it seems built for such things. My question is can it update silently behind the scenes without the user knowing it did so? If not what's the best

How do I copy an access database file with my application?

亡梦爱人 提交于 2019-12-10 14:33:57
问题 In my Visual Basic Application, I have an access database file that I am using. It shows up in the solution explorer window. Everything works great until I install. The database file doesn't go with the installation for some reason. I guess I need to edit the connection string during runtime, but I am not sure. I have not done anything like this before, and I cannot find the information about it. If someone could send me to a tutorial or give a brief explanation of how to use an access

ClickOnce cannot find its prerequisites while the files are at the place they have to be

风格不统一 提交于 2019-12-10 13:49:06
问题 I want to publish my application using ClickOnce with some prerequisites (.NET 4.5 and SQL Server Express). I did as it says in How to: Include Prerequisites with a ClickOnce Application (note that the package folders were at v8.1A folder instead of v8A folder), but it still says it can't find the files. I've tried both Visual Studio 2013 and Visual Studio 2015 RC. To enable 'Download prerequisites from the same location as my application' in the Prerequisites dialog box, you must download

ClickOnce Application Error: Deployment and application do not have matching security zones

旧巷老猫 提交于 2019-12-10 12:31:37
问题 I am having trouble on ClickOnce Application with FireFox and Chrome in IE it works fine. the Detail Of exception is: PLATFORM VERSION INFO Windows : 6.1.7600.0 (Win32NT) Common Language Runtime : 4.0.30319.239 System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100) clr.dll : 4.0.30319.239 (RTMGDR.030319-2300) dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100) dfshim.dll : 4.0.31106.0 (Main.031106-0000) SOURCES Deployment url : file:///C:/Users/ibz/Downloads/MyApp.application IDENTITIES Deployment

Customize clickonce download screen

江枫思渺然 提交于 2019-12-10 10:32:42
问题 Well, its a known fact that when we double-click on the clickonce installed application, a "clickonce screen" saying "Verifying system requirements" pops up. And then if there is an updated version in the server, clickonce updates the local installed version, and launches the application. Is there any way to customize this whole process. That doesn't mean that I want to do something with the installation/up-gradation part, I just want to change the GUI of this whole thing. Some thing like a

XAML Parsing Exception

孤街醉人 提交于 2019-12-10 10:07:56
问题 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: Type : System.Windows.Markup.XamlParseException, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 Message : Unable to cast object of type 'System.Windows.Controls.Grid' to type 'EMS.Controls.Dictionary.StatusBarControl'. Error at object 'System.Windows.Controls

ClickOnce manifest

大城市里の小女人 提交于 2019-12-10 06:31:40
问题 We are currently deploying a WPF 4 application via ClickOnce and there is a scenario when the installation fails. If the user does not have .NET 4.0 Full install and attempts to install our application the framework installs fine, but the application fails to install. If we re-run the installation again the application installs fine. Here is a copy of the log: PLATFORM VERSION INFO Windows : 6.1.7600.0 (Win32NT) Common Language Runtime : 2.0.50727.4927 System.Deployment.dll : 2.0.50727.4927

Download ClickOnce fails from setup.exe

℡╲_俬逩灬. 提交于 2019-12-10 03:57:55
问题 I have a problem regarding the download of a ClickOnce application. I have succesfully deployed my ClickOnce application to an IIS server. The ClickOnce files are in path on the IIS: /MyApp/install When i from another machine navigate to the standard publish page of the ClickOnce I can either click "launch" or install. The difference is: - "launch" URL is to ThisIsTheApplication.application file. - install URL is to setup.exe file When I click the launch file I can succesfully install the

How to add external file to application files ( clickonce / .NET)

倖福魔咒の 提交于 2019-12-10 03:09:23
问题 I'm using 'Publish' option in vs2008 and I'm pretty happy how it works. Now I'd like to add 2 external *.exe files to installed package I've noticed button ' Application Files... ' at publish tab but it seems doesn't allow adding new files manualy. I've played with this and found the way how to archive that: 1. add EXE files to project as external items 2. change their property 'build action' to content Works well now but I'm receiving warrning info: Assembly 'file_name.exe' is incorrectly