Parser Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • slowhandman
    New Member
    • Jun 2010
    • 1

    Parser Error

    login.aspx generates the following error on load
    this file worked great for over 2 years
    problems with Godaddy forced us to create a new account IIS6 ASP 1.1 whiched matched the original hosting environment
    However now after the migration this file gererates this error
    Any Ideas why this parsing error is generated?
    Thanks Slowhandman

    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 'HopeCounseling Web.login'.

    Source Error:

    Line 1: <%@ Page Language="vb" AutoEventWireup ="false" MasterPageFile= "~/Main.Master" CodeBehind="log in.aspx.vb" Inherits="HopeC ounselingWeb.lo gin"
    Line 2: title="Login" %>
    Line 3: <asp:Content ID="Content1" ContentPlaceHol derID="ContentP laceHolder2" runat="server">


    Source File: d:\hosting\hope design\login.as px Line: 1

    Version Information: Microsoft .NET Framework Version:1.1.432 2.2443; ASP.NET Version:1.1.432 2.2407
    Attached Files
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    That error is pretty descriptive, it's telling you it cannot find the type HopeCounselingW eb.login which login.aspx is inheriting from.

    Are you sure that your directory structure is identical to what it was before, and all the files are there because it seems as if somethings missing.

    Comment

    Working...