I am developing one application in asp.net mvc.
The error that occurs frequently is 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 'MyForum.MvcApplication'.

Source Error:

Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="MyForum.MvcApplication" Language="C#" %>

I have not done any changes to the Global.asax,Then why this error comes.

>Could not load type 'MyForum.MvcApplication'.

Re-open & build an application might solve your problem.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.