ClickOnce like in vb.net 2003
Hello there,i would like to ask if it is possible to implement clickonce like in vb2008 in vb.net 2003?..
example:
i have a button "Update" in my application running on local machine...if i click it it will check the remote server if there is an update of that app.if yes then download it an change the application on local machine...
if you have links there pls share some...
thank you...
glen
Re: ClickOnce like in vb.net 2003
ClickOnce was not available for 2003...it came into existence with 2005.
However, you can take a look at Application Update Block which would enable this kind of functionality for your VS2003 projects.
Re: ClickOnce like in vb.net 2003
thanks Hack,
this is really a big help to me..i will study about application update block.
Re: ClickOnce like in vb.net 2003
Maybe I should move back to VB.NET 2003 and use application update block because I have problems as do many members with ClickOnce.
I'm not actually serious though. I plan on creating my own updater or maybe finding some independent utility for updating because of my disenchantment with ClickOnce.