".? I am deploying an Asp.Net MVC 2.0 application on IIS 6.0. When I request any page, ...">

Failed to load type "System.Web.Mvc.ViewMasterPage <dynamic>".?

I am deploying an Asp.Net MVC 2.0 application on IIS 6.0. When I request any page, I get the following error.

Parser Error Message: Could not load type 'System.Web.Mvc.ViewMasterPage<dynamic>'. 

Source Error:

 Line 1: <%@ Master Language="C#" Inherits= "System.Web.Mvc.ViewMasterPage<dynamic>" %> Line 2: <%@ Import Namespace="Combres.Mvc" %> Line 3: 

Source file: /myApp/Views/Shared/Site.Master Line: 1

 Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1 
+4
source share
1 answer

Are you missing the Views / web.config file?

+6
source

All Articles