Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用反射方法使用多个 dll 的服务。这些 dll 是动态加载的,但是一旦窗口服务运行,我就无法更新 dll 或删除它们等。
我认为影子复制是一种可行的解决方案。但是如果我想将当前 appdomain 的 ShadowCopyfiles 属性设置为 true,我找不到确切的语法。
我正在使用 asp.net ,框架是 4.0
这是设置的链接,希望对您有所帮助。