Browse by Tags
All Tags »
ClickOnce (RSS)
Sorry, but there are no more tags available to filter with.
[Update 11/27] The talk is now available online here [Click here for zipped download] [Update 11/07] Attaching the Slide Deck from the presentation to the post. [Original Post] Continuing with our highly popular "Live from Redmond" series I shall be presenting
Read More...
Jay Allen of the Windows Forms User Education team has some good coverage of ClickOnce issues on their team blog. Definately worth checking out ... http://blogs.msdn.com/winformsue/archive/category/11821.aspx
Read More...
Firstly sorry for the delay in this messaging from ClickOnce. Judging by the passionate opinions I have heard around the community on this issue, this is a blog we should have posted a while back. [Hanselman's Blog - http://www.hanselman.com/blog/PermaLink.aspx?guid=7ce42ccd-e531-4d43-a93f-73483c0afd3d
Read More...
The Decision - With the .Net Framework V2.0 release of ClickOnce, any ClickOnce App deployed from the internet zone can prompt the user for permission elevation. For the earlier Beta2 release of ClickOnce, prompting had been explicitly disabled for internet
Read More...
While upgrading from v1.0 to v2.0 of an ClickOnce application, files/assemblies that have remained unchanged (have the same hash) across the update are not redownloaded from the server. Instead they are just copied over locally in the Clickonce store
Read More...
The ClickOnce team now has a team blog at http://blogs.msdn.com/clickonce Keep checking it out for tips and tricks, announcamants and other information on the ClickOnce technology and team.
Read More...
Sameer Bhangar the Test Lead on ClickOnce project recently internally sent out a list of the top ways to learn about ClickOnce. Is by no way the authoratative or complete list but definately good starting point. This should serve as a good resource for
Read More...
Am at TechReady1 conference in Seattle today, helping proctor the ClickOnce labs. The labs have not been too busy so With some free time at hand am back to ramblings on Clickonce .... MSI installed ClickOnce Apps? This is a scenario request that keeps
Read More...
Seeing the following ClickOnce error log? Well your ClickOnce manifests are not signed ... System.Deployment.Application.InvalidDeploymentException (ManifestParse) - Exception reading manifest from http://foo.application : the manifest could be invalid
Read More...
Just got out of a ClickOnce MSDN WebCast titled "Building a ClickOnce Toolkit". It was hosted by William Steele and you can get more info on it, on his blog at http://blogs.msdn.com/wsteele/archive/2005/06/28/433313.aspx I was primarily there to represent
Read More...
The ClickOnce Online discussion forum is at - http://forums.microsoft.com/msdn/ShowForum.aspx?ForumID=6 It is looked at regularly by the ClickOnce product team and is ideal to get ansewers to your ClickOnce design/implementation questions.
Read More...
Updates for ClickOnce apps are controlled by the following XML tags in the Deployment manifest. <subscription> <beforeApplicationStartup> <update> <expiration maximumAge="6" unit="hours" /> </update> </subscription>
Read More...
UpdateAsync/CheckForUpdateAsync/DownloadFileGroupAsync are the Async APIs Update APIs - UpdateAsync()/CheckForUpdateAsync() CANNOT be invoked if either one of them is already in progress. Exception thrown -InvalidOperationException i.e An updateAsync()
Read More...