K
Kellerman Software
Guest
I am receiving this error when running an ASP.NET MVC 5.27 application. I am running Visual Studio 2017. I have all the web developer tools installed for Visual Studio.
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'MvcInterop.InteropMasterPage'.
Source Error:
Line 1: <%@ Master Language="C#" AutoEventWireup="true" Inherits="MvcInterop.InteropMasterPage" %>
Line 2:
Line 3: <%--@ Register TagPrefix="NgControls" TagName="DifferentRegionBar" Src="~/Controls/DifferentRegionBar.ascx" --%>
Source File: /Global.Master Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3282.0
Continue reading...
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'MvcInterop.InteropMasterPage'.
Source Error:
Line 1: <%@ Master Language="C#" AutoEventWireup="true" Inherits="MvcInterop.InteropMasterPage" %>
Line 2:
Line 3: <%--@ Register TagPrefix="NgControls" TagName="DifferentRegionBar" Src="~/Controls/DifferentRegionBar.ascx" --%>
Source File: /Global.Master Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3282.0
Continue reading...