Mar 7, 2007 #1 igor22 Programmer Joined Sep 18, 2003 Messages 50 Location 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 Joined Oct 12, 2001 Messages 3,841 Location 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.