Hi,
Every time I release a WPF application (4.5) via copy-paste assemblies) onto a dedicated application server -note I am not updating the version number of the exe or anything special) and override the executable already present in the server, my end-users do not see the new application changes. I am having to restart the app-server so the server can "see" the latest exe.
Is this some sort of caching issue with "exes"? That the application server caches it and then instead of picking up the newly update exe it picks up the old one from some "cache"? Note that restarting the "client" machine does not solve the issue, only restarting the server does. If so, how can I clear this "cache"?
Thanks,
-Alejandro