c# - Is there a built in function to determine the newest ClickOnce version that was published? -


i deploying winforms application clickonce. app has 40 users. users access app via app installed on pc , not shortcut icon on desktop. shortcut routing them local network folder download latest software updates.

i using system.version class determine version number of application user runs on pc:

dim versionbeoforestring version = nothing 'version number versionbeoforestring = main_menu.currentversion   

i wondering if there built in function can use determine if version client running on pc newest version? or need develop myself.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -