不完全確定這裏發生了什麼;任何幫助,將不勝感激。.NET MVC曖昧類型參考
我正在嘗試創建一個新的.NET MVC Web應用程序。我很確定我有它設置正確,但我發現了以下錯誤:
The type 'System.Web.Mvc.ViewPage' is ambiguous: it could come from assembly
'C:\MyProject\bin\System.Web.Mvc.DLL' or from assembly
'C:\MyProject\bin\MyProject.DLL'. Please specify the assembly explicitly in the type name.
它報告的誤差源如下:
Line 1: <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
Line 2:
Line 3: <asp:Content ID="indexContent" ContentPlaceHolderID="MainContentPlaceHolder" runat="server">
任何站出來的是我完全錯了嗎?
我得到了同樣的錯誤時升級的項目從MVC 2 MVC 5.必須同時在web.config文件中,以取代System.Web.Mvc版本(在〜/和〜/查看/)。 – 2014-01-14 00:59:13