I have some files, sound files (.wav and .mp3) and text files (.rtf), in my bin\Debug folder during coding, but after publishing they are nowhere to be found.
My application can play sound files and these are the default sound files that are supposed to be installed with the application in the Application.Startup path.
The text *.rtf f...
Is it possible to deploy with ClickOnce a WPF app that calls one or more WCF services?
It is a "normal" WPF app, not an XBAP WPF.
Does anyone has an example?
...
Hi
I am developing a game with WPF technology.
I want to add new Features to game every third days .
the size of update is important for me.
my game needs to internet for start. like an online game.
another challenge is size of updates.
the most important note :
I need to update of the program does not needing stop.
what is your suggest...
Our ClickOnce deployment has been working great for dozens and dozens of updates - every install looks at the primary publish location, and gets the updates when needed.
We now have a new office that has many users and a very small Internet pipe, so they are hoping to download the update once and share it amongst the many users. Does a...
Hey Guys,
The company I'm working for is developing a Clickonce application. Until recently I neglected the notification unknown publisher are you sure you want to run.. since it was soleley used internally.
Now the app is ready for product launch we start thinking about certifying. The discussion goes like thís. Our products needs to...
I'm having a problem deploying a click once application.
I'm using VS 2008. I have a reference dll that is not being deployed.
In the project properties -> publish tab -> Appication Files
The referenced dll does not appearso I can't add it.
The dll is not used directly in my code- however it is used by another dll that I reference.
I...
Hi
I'm 3-months new to WPF and trying to build a launchy app for fun (app launcher type thingie by name).
I can't seem to launch ClickOnce applications by Process name.
In other words:
Process.Start("Firefox"); // will work
Process.Start("MetroTwit"); // a ClickOnce app - will NOT work
I've read that you should be calling it by U...
It takes quite a while for VS 2005 to deploy the application to web. Most of the files are third party dlls. Is it possible that once these 3rd party dll's are deployed they are not deployed again.
On publishing it seems all the files are copied again. Is there any way to avoid this?
...
Hi for updating an application daily which one is better for a WPF application?
clickonce or UAB?
or more options?
thanks of your attentions :)
...
I have an application that we use internally that is deployed through ClickOnce. We have 5 locations that I deploy the Install to manually by changing the Location Settings and running the Publish 5 times.
We have TFS 2010 but I am unfamiliar with using it for anything besides Source Control. I would like to explore the possibility ...
Hi all!
Is there any possibility to update a ClickOnce application automatically without confirming?
Thank you very much.
ClickOnce prompt:
...
I'm responsible for an in-house application that is deployed as a ClickOnce application.
We run into issues reasonably frequently when a developer runs the tool after a a several new versions have been published (due to new features, bug fixes or whatever) and the output of the tool no longer conforms to what the developer is expecting...
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Deployment.Application.ShellExposure.RemoveFileAssociationCLSIDInfo(FileAssociation fileAssociation, DefinitionIdentity subId, RegistryKey classesKey, String clsIdString, String productName)
at System.Deployment.Application.ShellExposure.Remo...
Okay, here's my setup.
I have a c# app working perfectly on all 32-bit Windows XP-Vista-7 machine. I already have a verisign PFX to support the ClickOnce deployment and is using Atalasoft DotTwain 8.0 as the 3rd party scanner helper.
When I publish my application, I choose "Any CPU" as the Platform target. When I try to make it run on ...
Can a WinForms exe be installed to program files instead of the user profile dir?
I can have the app installed once in the program files and later all updates should go in the same location.
...
I have my ClickOnce application set to check for updates after it runs. Is there a way to prompt the user to tell them they aren't on the current version?
...
I am trying to deploy a .NET COM interop dll for a web application. During development, for the assembly that needs to register for COM interop, I have the "Register for COM interop" option checked under build properties. In this method, everything works just fine.
However, when I deploy the ASP.NET application and try to register the a...
I've deployed a desktop application utilizing 3rd party dll's to a test terminal server in order to report its viablity. In my testing I've received this error:
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in General Purpose.dll
Additional information: Creating an instance of the COM component with CLSID {8...
Can someone tell me some disadvantages of ClickOnce deployment with respect to other means of deployment?
...
I have a Clickonce application that installs fine in Firefox if the .Net Framework Assistant Add-on is installed (and enabled). If it is not installed or enabled, it doesn't work as expected.
I'm using an ASP.Net page to do some prerequisite checks and would like to detect of the Assistant is installed, but haven't had luck finding anyt...