facebook sdk c# -
编译器错误消息:CS1705:程序集“Facebook.Web.Mvc,Version=5.0.3.0,Culture=neutral,PublicKeyToken=58cb4f2111d1e6de”使用“System.Web.Mvc,Version=3.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35”它的版本比引用的程序集“System.Web.Mvc,Version=2.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35”更高
,尽管我删除了对 System.web.Mvc ver2 的引用并将引用添加到了 ver2 3
为什么?
Compiler Error Message: CS1705: Assembly 'Facebook.Web.Mvc, Version=5.0.3.0, Culture=neutral, PublicKeyToken=58cb4f2111d1e6de' uses 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
This is despite I removed he refference to System.web.Mvc ver2 and added the refference to the ver 3
Why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保在您的 web.config 中加载了正确的版本:
并且您有正确的重定向:
Ensure that in your web.config the proper version is loaded:
and that you have a proper redirect: