One of our users has a very serious problem with ClickOnce. The error is a classic one: Following errors were detected during this operation.* [14/10/2011 01:40:25] System.IO.FileNotFoundException
I\'ve a problem with Visual Studio Express 2010 c# edition. I\'ve a project that reference a DLL. This DLL h开发者_JS百科as an external Excel file marked as
I developed a ClickOnce application using MS Chart Controls. It works fine for the charting part. But, as Chart Control needs to be installed beforehand (with admin rights and not with classic ClickOn
From the sounds of this StackOverflow answer it seems that when I publish my app for our company to use internally I have to manually remove the older \"versions\" from [Publish Directory]\\Applicatio
I have ClickOnce setup publish on my site. I\'m using Amazon CloudFront to cache the files as close the clients as possible. The problem I now have to invalidate the app man开发者_运维技巧ifest every
I am using VS 2008 with C# My query is below. With Clickonce in VS 2008, i am creating a installer. It has an option that \"Application should check for updates\". Here is the screen shot
(This topic is so general there has to be an existing thread somewhere, but darned if I can find it.I did find several debates on the best way to enforce single instance apps.)
I added a post-build step to use signtool on my executable using a pfx file. This happens successfully but something gets broken when I try to publish with ClickOnce. If I just build, my .exe.manifest
I need to postpone the download of some prerequisite in Clic开发者_Go百科kOnce to be downloaded and installed at the last of the other prerequisites?Find and edit the product.xml file for your bootstr
I have a VB.NET application that takes command-line arguments. It works fine wh开发者_C百科en debugging provided I turn off Visual Studio\'s ClickOnce security setting.