【发布时间】:2023-04-02 17:49:01
【问题描述】:
我有一个用 VS2010 编写的网站,它使用对使用 EnterpriseLibrary 5.0.414.0 的服务的 Web 引用。
当我使用 VS2010 时一切正常,但是一旦我使用 VS2012 RTM 打开它,我开始收到以下错误(我在 VS2010 中打开项目时也遇到同样的错误)
Reference.svcmap: Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.414.0,
Culture=neutral, PublicKeyToken=null' or one of its dependencies.
The located assembly's manifest definition does not match the assembly reference.
(Exception from HRESULT: 0x80131040)
请指教。
【问题讨论】:
-
程序集在您的项目中的什么位置?你是如何引用它的?
标签: c# visual-studio-2012 enterprise-library