作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
每当我在 bin 文件夹中的应用程序中添加新的 dll 并访问该 dll 时,它都会给我以下错误:
Could not load file or assembly '~\bin\mydll.dll' or one of its dependencies. The module was expected to contain an assembly manifest.
是什么导致了这个问题,我该如何解决?
最佳答案
您使用的 .dll 是否包含 native 代码?如果是这样,这个答案可能会有所帮助 https://stackoverflow.com/a/11343920/771034
关于asp.net - 无法加载文件或程序集 'mydllfile.dll' 或其依赖项之一。该模块应包含程序集 list ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12476000/
每当我在 bin 文件夹中的应用程序中添加新的 dll 并访问该 dll 时,它都会给我以下错误: Could not load file or assembly '~\bin\mydll.dll'
我是一名优秀的程序员,十分优秀!