Question assembly version of web file?

No there isn't. I'm not sure that you can even get the file version, never mind the assembly version. When ClickOnce checks for updates, it downloads the deployment manifest and gets the version information from that to compare with the local files. You'd have to do something like that, or else create a web service that could get the version of a local file on its server and send it to you.
 
Back
Top