Mar 7, 2007 #1 igor22 Programmer Sep 18, 2003 50 US Hi, Is there a way in the code to check if the new version of an application (that was deployed using clickonce) is available on the server? Thanks, Igor
Hi, Is there a way in the code to check if the new version of an application (that was deployed using clickonce) is available on the server? Thanks, Igor
Mar 7, 2007 #2 ThatRickGuy Programmer Oct 12, 2001 3,841 US You could use reflection to pull the assembly version at runtime, and then the io.file namespace to determine the version of the file on the server. -Rick VB.Net Forum forum796 forum855 ASP.NET Forum I believe in killer coding ninja monkeys. Upvote 0 Downvote
You could use reflection to pull the assembly version at runtime, and then the io.file namespace to determine the version of the file on the server. -Rick VB.Net Forum forum796 forum855 ASP.NET Forum I believe in killer coding ninja monkeys.