在同一个项目

时间:2017-10-27 00:22:46

标签: c# .net asp.net-mvc

我有以下内容:

Project A uses System.Web.Mvc version 5.2.3.0
Project A references Project B which uses System.Web.Mvc version 4.0

在编译时,System.Web.Mvc的第4版被写入Project A的bin目录。正如您所料,我得到could not load System.Web.Mvc or one of its dependencies...错误。

有一个差不多identical的问题,但在这种情况下,DLL的主要版本是不同的,因此绑定重定向将不起作用(错误字面意思是Comparing the assembly name resulted in the mismatch: Major Version)。

暂时升级其中一个项目是不可能的。

那我该怎么办?

0 个答案:

没有答案