问题描述
Hi
我正在使用c#和framework v4.0在新的WebProject中工作
我作为参考添加了一个dll(c ++ / cli),当我在浏览器中显示该网站时,会出现错误:
无法加载文件或程序集MyDll.dll或其中一个依赖项。找不到指定的模块。
之前,我在项目中引用dll(C ++ / CLI)时遇到了问题,但我认为它已经失败了解决了将c ++项目从DEBUG更改为RELEASE并构建新的dll,但是另一个错误取代了旧的
有谁知道为什么我的WebProject无法找到dll时我刚刚添加它作为参考?
HiIm working in a new WebProject using c# and framework v4.0
I add as a reference a dll(c++/cli), and when I what the site in the browser, an error appears:
Could not load file or assembly 'MyDll.dll' or one of its dependencies. Can not find the specified module.
Before, I had a problem referencing a dll(C++/CLI) from a project, but I think it whas solved changing the c++ project from DEBUG to RELEASE and to build a new dll, but another error replaced the old one
Does anybody knows why my WebProject cannot find the dll when I just added it as a reference?
推荐答案
这篇关于AspNet无法找到指定的模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!