When I start an ASP.NET application, I get an error
Server error in application "/".
Analyzer Error Description. An error occurred while analyzing the resource needed to service this request. Review the following parsing error details and modify the source file accordingly.
Parser error message: Failed to load type 'WebApp1._Default'.
Source Error:
Line 1: <% @ Page Language = "C #" AutoEventWireup = "true" CodeBehind = "Default.aspx.cs" Inherits = "WebApp1._Default"%> Line 2:
Line 3:
Source file: /Default.aspx Line: 1
Version Information: Microsoft.NET Framework Version: 2.0.50727.3053; ASP.NET Version: 2.0.50727.3053
How can I solve this problem?
Sauron
source share