.Net: Cannot Load codebehind pages

Discussion in 'General troubleshooting' started by 0000277, Oct 1, 2009.

  1. Although my .Net applications work on other sites they don't work here.

    I receive an error that the codebehind page cannot be loaded for aspx pages cannot be loaded with the following error message:

    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 'USA.Web._default'.

    Source Error:


    Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="default.aspx.cs" Inherits="USA.Web._default" %>Line 2:
    Line 3:


    Source File: /silvermap/default.aspx Line: 1


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.4049
     
  2. Ray

    Ray

    Did you load all the required files and assemblies and component in your applications bin directory?
     

Share This Page