Parser Error Message: Could not load type - Please HELP

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Parser Error Message: Could not load type - Please HELP

    I have aspx file VS.NET 2002 with c#
    My application works perfectly on my pc.
    Please, I need help... THANKS :)
    =============================
    1) I would like to know what is minimum files what I must transfering on
    server ( aspx and what else?)

    2) When I tried to put all on brinkster server i got error as is described
    below. I need to know where problem is and how to resolve it. I have tried
    to change web.config file and custom error setting is seting on off
    (<customErrors mode="Off" /> ). I have tried to remove DLL file, rebuild
    again etc. Without results.....
    Server Error in '/' 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 'WebApplication1.WebForm1'.

    Source Error:


    Line 1: <%@ Page language="c#" Codebehind="MainWebForm.aspx.cs"
    AutoEventWireup="false" Inherits="WebApplication1.WebForm1" %>
    Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
    Line 3: <HTML>


    Source File: \\genfs3\www27\mirkop\webapplication1\mainwebform. aspx
    Line:1
    ----------------------------------------------------------------------------

    Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET
    Version:1.0.3705.288



    mp Guest

  2. Similar Questions and Discussions

    1. Parser Error message
      Beginner in Dreamweaver I have just started to learn dreamweaver and databases from Sean R. Nicholson book but I encountered problem that I...
    2. Parser Error: Type XYZ does not have a property named 'cc3:MyItems' (complete posting) ASP.NET Web Control Error
      I am having problems trying to get this part of the functionality working on my control and I hope somebody has a clue about how to resolve it. ...
    3. Could not load type error
      Hi, I have created sub directories for my application, however, when I try to access the aspx files in the subdirectory, I get the following...
    4. Parser Error Message in Global.asax.cs
      When I upload files to the server I get this error : "Parser Error Message: Could not load type 'YaddaYadda.Global'. Source Error: Line 1: ...
    5. Does anyone know what this message means? Could not load type System.Web.UI.WebControls
      Hi, I've just finished developing an web site locally (ASP 1.1) which works fine. Now that I have posted it to our server (which has 1.0 and 1.1...
  3. #2

    Default Parser Error Message: Could not load type - please HELP

    I have aspx file VS.NET 2002 with c#
    My application works perfectly on my pc.
    Please, I need help... THANKS :)
    =============================
    1) I would like to know what is minimum files what I must transfering on
    server ( aspx and what else?)

    2) When I tried to put all on brinkster server i got error as is described
    below. I need to know where problem is and how to resolve it. I have tried
    to change web.config file and custom error setting is seting on off
    (<customErrors mode="Off" /> ). I have tried to remove DLL file, rebuild
    again etc. Without results.....
    Server Error in '/' 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 'WebApplication1.WebForm1'.

    Source Error:


    Line 1: <%@ Page language="c#" Codebehind="MainWebForm.aspx.cs"
    AutoEventWireup="false" Inherits="WebApplication1.WebForm1" %>
    Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
    Line 3: <HTML>


    Source File: \\genfs3\www27\mirkop\webapplication1\mainwebform. aspx
    Line:1
    ----------------------------------------------------------------------------

    Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET
    Version:1.0.3705.288




    mp Guest

  4. #3

    Default Re: Parser Error Message: Could not load type - please HELP

    make sure that MainWebForm.aspx.cs is a part of the project , recompile the
    web app again and put all the dll in the dev's bin into the server bin ,
    including all the reference dll( see the copyLocal property if it is false
    then make it true, except for the System.*)

    Regards
    --
    Erymuzuan Mustapa
    Inter Virtual Sdn. Bhd.
    See MIND at [url]http://www.MIND.com.my[/url]



    "mp" <myart@volja.net> wrote in message
    news:OgDxW2ZzDHA.1744@TK2MSFTNGP12.phx.gbl...
    > I have aspx file VS.NET 2002 with c#
    > My application works perfectly on my pc.
    > Please, I need help... THANKS :)
    > =============================
    > 1) I would like to know what is minimum files what I must transfering on
    > server ( aspx and what else?)
    >
    > 2) When I tried to put all on brinkster server i got error as is described
    > below. I need to know where problem is and how to resolve it. I have tried
    > to change web.config file and custom error setting is seting on off
    > (<customErrors mode="Off" /> ). I have tried to remove DLL file, rebuild
    > again etc. Without results.....
    > Server Error in '/' 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 'WebApplication1.WebForm1'.
    >
    > Source Error:
    >
    >
    > Line 1: <%@ Page language="c#" Codebehind="MainWebForm.aspx.cs"
    > AutoEventWireup="false" Inherits="WebApplication1.WebForm1" %>
    > Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
    > Line 3: <HTML>
    >
    >
    > Source File: \\genfs3\www27\mirkop\webapplication1\mainwebform. aspx
    > Line:1
    > --------------------------------------------------------------------------
    --
    >
    > Version Information: Microsoft .NET Framework Version:1.0.3705.288;
    ASP.NET
    > Version:1.0.3705.288
    >
    >
    >
    >

    Erymuzuan Mustapa Guest

  5. #4

    Default Re: Parser Error Message: Could not load type - Please HELP

    This newsgroup has nothing to do with C# or ASP.NET.





    "mp" <myart@volja.net> wrote in message
    news:uwF3r0ZzDHA.3436@tk2msftngp13.phx.gbl...
    > I have aspx file VS.NET 2002 with c#
    > My application works perfectly on my pc.
    > Please, I need help... THANKS :)
    > =============================
    > 1) I would like to know what is minimum files what I must transfering on
    > server ( aspx and what else?)
    >
    > 2) When I tried to put all on brinkster server i got error as is described
    > below. I need to know where problem is and how to resolve it. I have tried
    > to change web.config file and custom error setting is seting on off
    > (<customErrors mode="Off" /> ). I have tried to remove DLL file, rebuild
    > again etc. Without results.....
    > Server Error in '/' 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 'WebApplication1.WebForm1'.
    >
    > Source Error:
    >
    >
    > Line 1: <%@ Page language="c#" Codebehind="MainWebForm.aspx.cs"
    > AutoEventWireup="false" Inherits="WebApplication1.WebForm1" %>
    > Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
    > Line 3: <HTML>
    >
    >
    > Source File: \\genfs3\www27\mirkop\webapplication1\mainwebform. aspx
    > Line:1
    > --------------------------------------------------------------------------
    --
    >
    > Version Information: Microsoft .NET Framework Version:1.0.3705.288;
    ASP.NET
    > Version:1.0.3705.288
    >
    >
    >

    Foo Man Chew Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139