ここで何が起こっているのか完全にはわかりません。任意の助けをいただければ幸いです。
新しい .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">
私が完全に間違っていることは何か目立ちますか?