WCSF 随机程序集清单定义与 .NET 2.0 中的程序集引用不匹配
我正在运行 WCSF Feb 2008 和 Enterprise Library 3.1,并注意到我随机得到“乐趣”
无法加载文件或程序集 Microsoft.Practices.EnterpriseLibrary.Common,Version=3.1.0.0,Culture=neutral,Public ...找到的程序集的清单定义与程序集引用不匹配。
通常这在 stackoverflow 上不值得一提,但奇怪的是,我第一次启动它时它会崩溃,但如果我关闭将其放下,然后再次按 F11 - 它有效......奇怪。 有谁知道为什么这有时会中断,但其他人不会?
I'm running WCSF Feb 2008 along with Enterprise Library 3.1 and noticed that randomly I get the "fun"
Could not load file or assembly Microsoft.Practices.EnterpriseLibrary.Common, Version=3.1.0.0, Culture=neutral, Public ... The located assembly's manifest definition does not match the assembly reference.
Usually this wouldn't be worth mentioning on stackoverflow, but the strange thing is that the first time I fire this up it breaks, but if I close it down and simply hit F11 again - it works .... strange. Does anyone know why this might break sometimes, but not others?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该问题与我添加的数据访问 DLL 的版本有关。 我发现如果我执行以下操作:
并导入了这个特定的数据访问 DLL,而不是我自己从 Enterprise Library 3.1 安装程序编译的 DLL,一切都运行良好。
The problem was related to my version of the data access DLL I was adding. I found that if I went to the following:
and imported this specific data access DLL instead of the one I compiled myself from the Enterprise Library 3.1 installer, everything worked great.