开发者

When you move a new version of a dll to the GAC, will it be automatically updated in the running services?

开发者 https://www.devze.com 2022-12-14 17:43 出处:网络
Or do I have to restart each ser开发者_如何学编程vice that uses it?You would still have to restart the services.The services would have been loaded with the original version. In order to pick up the n

Or do I have to restart each ser开发者_如何学编程vice that uses it?


You would still have to restart the services.


The services would have been loaded with the original version. In order to pick up the new version, a restart is required.

0

精彩评论

暂无评论...
验证码 换一张
取 消