继承的C#赢得形式的应用- VS .NET 2008。
项目生成没有错误。
导航到显示IDE中的主对话框,错误屏幕显示错误。
.dll位于bin目录中。此外,在项目查看器中的“引用”树下有正确的路径。
(所有支持文件/All都应该在这里。)
有什么办法解决这个问题吗?
编辑1已启动Fuslogvw.exe没有列出任何内容。为了让这个错误在这里显示,我还需要做些什么吗?
编辑2运行"依赖沃克“,就会产生错误:
Error: At least one required implicit or forwarded dependency was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.无法打开两个窗口system32 dll.
发布于 2015-03-27 14:33:24
我决定回答这个问题是因为
好的,下面是我的情况简介,您可以看到与OP几乎相同的情况:
但是,Visual会抱怨(在运行时):
Could not load file or assembly xxxxxx, Version=x.x.0.0, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxx or one of its dependencies. The system cannot find the file specified.我从这里找到了解决办法,http://blogs.msdn.com/b/asiatech/archive/2013/01/09/how-to-resolve-the-could-not-load-file-or-assembly-issues-on-windows-azure-web-sites.aspx
也就是说,在中,

这可能不是理想的解决办法,但它解决了我的问题。如果它对你也有帮助,请+1 (投票)。谢谢。
https://stackoverflow.com/questions/9576512
复制相似问题