作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如果在我的项目的 execution/bin 文件夹中,我有以下文件:
MyDynamicLibrary.dll
MyDynamicLibrary.dll.config
Assembly assembly = System.Reflection.Assembly.Load("MyDynamicLibrary");
MyDnamicLibrary.dll.config
中的信息? ?如果没有,有没有办法加载它以便 dll 正常运行?或者我需要在
MyDynamicLibrary.dll.config
中添加信息吗?到我的应用程序的 .config 文件?
最佳答案
引用之前的回答:
“[...] 正在读取的配置文件是托管可执行文件的配置文件。” (汉斯对他之前的评论是正确的)
请查收 this题;您可能还想看看 Microsoft's Best Practices for Assembly Loading .
最好的事物,
亚瑟
关于reflection - .Net : Does dynamically loading an Assembly also load it's config?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8917290/
我是一名优秀的程序员,十分优秀!