Welcome to MSDN Blogs Sign in | Join | Help

Saurabh Pant's Weblog

My ramblings on .NET ...

June 2005 - Posts

ClickOnce MSDN WebCast
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...
ClickOnce online discussion forum
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...
Demistify the ClickOnce update story
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...
Concurrency restrictions in the ClickOnce (System.Deployment.Application) APIs
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...
Page view tracker