clickonce

ODP.NET and ClickOnce possible?

丶灬走出姿态 提交于 2019-12-18 04:17:10
问题 We have a sqlserver (WinForms) application that is deployed with ClickOnce that talks directly to the database. If we are forced to port it to oracle, can ODP.NET be used with ClickOnce. (The users may not have admin rights on their PCs) Background This data import application is used by a handful of users at each customer’s site it uses intergraded logon to connect to SQL Server. Most users access the system var an Asp.net application, or a WinForms (clickOnce) application that talks to a

.NET ClickOnce not installing prerequisite files?

家住魔仙堡 提交于 2019-12-18 04:12:14
问题 I have a .NET project that uses Crystal Reports. The application is distributed using ClickOnce. Things work great if the user has Crystal installed on their computer. However, not all of the end users have Crystal Reports installed on their computers. These users are receiving the following error... "Unable to install or run the application. The application requires that assembly CrystalDecisions.ReportAppServer.XmlSerialize Version 10.5.3700.0 be installed in the Global Assembly Cache (GAC)

Clickonce App Doesn't start with Windows 1803

微笑、不失礼 提交于 2019-12-18 02:41:59
问题 I have a Clickonce app from Visual Studio 2015 SP3 that is published to the network server and used in-house only. The program works just fine when launched from Visual Studio. It runs just fine on a Windows machine that does not have the 1803 update. But once a machine updates to 1803, the application no longer starts. I get the "Checking for updates..." window then nothing. On a fresh install, I usually get the Smartscreen telling me the program may be dangerous. It doesn't get that far. I

ClickOnce application skips asking for an update (or fail launch if skip is selected)

邮差的信 提交于 2019-12-18 01:58:54
问题 I updated my ClickOnce application and then when the user runs they are asked if they want to install the new version. I am working in a highly controlled environment. When an update is available it has to be installed (backwards compatibility with the database is not ensured with old versions). Another option is to fail the run if skip is pressed (that works fine too). I need some way to stop them from running an old version of the application. 回答1: This article answers your question. I'm

ClickOnce application skips asking for an update (or fail launch if skip is selected)

ⅰ亾dé卋堺 提交于 2019-12-18 01:57:29
问题 I updated my ClickOnce application and then when the user runs they are asked if they want to install the new version. I am working in a highly controlled environment. When an update is available it has to be installed (backwards compatibility with the database is not ensured with old versions). Another option is to fail the run if skip is pressed (that works fine too). I need some way to stop them from running an old version of the application. 回答1: This article answers your question. I'm

ClickOnce application replace current installed fliles

别来无恙 提交于 2019-12-17 23:21:51
问题 With ClickOnce applications, is it possible to replace the current files or install in a different directory when creating a new version? Because the error I get is: Unable to install this application because an application with the same identity is already installed. To install this application, either modify the manifest version for this application or uninstall the preexisting application. 回答1: As the error message says, there are two options. First, you as a developer should modify the

Restart WPF application after click-once update (start the new version)

早过忘川 提交于 2019-12-17 22:39:16
问题 How to restart WPF application after it has been updated using click-once, i need to start the new version! 回答1: There are a few ways but most don't work correctly, they end up reopening the old version. It's going to sound crazy that WPF doesn't have a proper way to handle it (#fixwpf), but you'll need to reference System.Windows.Forms.dll and call System.Windows.Forms.Application.Restart(); A quick search found Rob Relyea's post about the same thing (XAML, WPF Microsoft Guy) http:/

IIS - can't access page by ip address instead of localhost

馋奶兔 提交于 2019-12-17 22:22:27
问题 I'm trying to publish ClickOnce application and test it locally. I want to provide installation link so I need to update location with an IP address otherwise I won't be able to install it (because localhost is translated into computer name and it's not accessible). The problem is, that on my IIS I can access my page only by using localhost in the address. http://localhost:9995/publish/Publish.htm <-- working http://192.168.1.104:9995/publish/Publish.htm <-- not working (my IP address) http:/

Serialization Assembly. Is it needed or not?

与世无争的帅哥 提交于 2019-12-17 20:57:14
问题 I have a .net 2.0 c# ClickOnce app and it connects to its data via Web Services. I've been told that one way to potentially speed up the application is to generate a serialization assembly beforehand. I have several questions on this front. The default setting to whether to generate a serialization assembly is Auto. What criteria does VS2005 use to decide whether to generate a serialization assembly or not? It seems like it does not generate under Debug configuration, but it does under

How to install ClickOnce app without prompting the user?

♀尐吖头ヾ 提交于 2019-12-17 19:49:58
问题 Is there a way to install a ClickOnce application without prompting the user at all? I'm talking about the "Run/Don't Run" that a user gets the first time he/she runs the application. There seem to be some clues here but I believe it's about skipping the "Elevation" (UAC) and security prompts, and not the actual initial "Run/Don't Run" screen. I can only find information about how to silently update an application that's been installed in the past, but nothing about silently installing an