I have my ClickOnce application set to check for updates after it runs. I开发者_高级运维s there a way to prompt the user to tell them they aren't on the current version?
Yes, there's some example code here : http://msdn.microsoft.com/en-us/library/system.deployment.application.checkforupdatecompletedeventargs.aspx
You can use the AvailableVersion property of CheckForUpdateCompletedEventArgs to learn the new version.
精彩评论