Compilation error "Could not load type 'System.Web.Mvc.ViewPage<System.Web.Mvc.HandleErrorInfo>'" in
        Posted  
        
            by Ravi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ravi
        
        
        
        Published on 2010-04-02T11:06:52Z
        Indexed on 
            2010/04/02
            11:13 UTC
        
        
        Read the original article
        Hit count: 1085
        
i'm getting the below error, When compiling the Asp.Net web deploy project
Could not load type 'System.Web.Mvc.ViewPage<System.Web.Mvc.HandleErrorInfo>'. /Shared/Error.aspx
But when I compile the web project, It is not showing any error.
© Stack Overflow or respective owner