I am deploying a 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