【发布时间】:2013-11-16 16:25:35
【问题描述】:
我正在使用带有 asp mvc 4 的 Visual Studio(2012 或 2013) 它给了我以下错误:
Could not load file or assembly 'DotNetOpenAuth.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
我需要使用version 4.3.0.0 我使用nuget 安装它
【问题讨论】:
-
您可以在您的项目中发布所有引用的 DotNetOpenAuth dll 吗?
标签: asp.net-mvc asp.net-mvc-4 visual-studio-2012 nuget dotnetopenauth