Parser error: could not load type

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ngchaitra
    New Member
    • May 2007
    • 16

    #1

    Parser error: could not load type

    The project has been developed using .net2002. now i want to add more pages accoring to the users requirement. they work fine in the local system but when i put them into the server, it gives the following error. error will come only the newly added pages. i am using .net 2005


    Server Error in '/dbs' Application.
    --------------------------------------------------------------------------------

    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 'TS'.
    Source Error:

    Line 1: <%@ Page Language="vb" AutoEventWireup ="false" Inherits="TS" CodeBehind="TS. aspx.vb" %>
    Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    Line 3:


    Source File: D:\Deljo\DBS\TS .aspx Line: 1


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:1.1.432 2.2300; ASP.NET Version:1.1.432 2.2300
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    You have posted this in the Articles section. I am moving it to the .NET forum.

    ADMIN

    Comment

    • TRScheel
      Recognized Expert Contributor
      • Apr 2007
      • 638

      #3
      Originally posted by ngchaitra
      The project has been developed using .net2002. now i want to add more pages accoring to the users requirement. they work fine in the local system but when i put them into the server, it gives the following error. error will come only the newly added pages. i am using .net 2005


      Server Error in '/dbs' Application.
      --------------------------------------------------------------------------------

      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 'TS'.
      Source Error:

      Line 1: <%@ Page Language="vb" AutoEventWireup ="false" Inherits="TS" CodeBehind="TS. aspx.vb" %>
      Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      Line 3:


      Source File: D:\Deljo\DBS\TS .aspx Line: 1


      --------------------------------------------------------------------------------
      Version Information: Microsoft .NET Framework Version:1.1.432 2.2300; ASP.NET Version:1.1.432 2.2300

      Have you tried rebuilding the site and then republishing the site?

      Comment

      Working...