Newbie Question: Error Received

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: Newbie Question: Error Received

    Have you changed the NameSpace field under project properties - check
    upper/lower case
    Have you changed the name or location of the project?
    Have you copy-pasted any of the HTML templates from other
    locations/projects?

    The <%@ Page ...%> tags, and other behind the scene files are important.
    Some are case sensitive. All must tie back correctly to namespace and
    project path.

    If you have moved things around manually, you may need to get into notepad
    to fix some minor HTTP pointers.


    "Adam Frazier" <afrazier@racelinks.com> wrote in message
    news:RAJNa.158845$_w.7289339@twister.southeast.rr. com...
    > I'm receiving this error message and am rather new to ASP.NET. I cannot
    > figure out for the life of me how to fix. Any help?
    >
    > Thanks in advance.
    > ----------------------------------
    >
    > Server Error in '/asp.net' Application.
    > --------------------------------------------------------------------------
    --
    > ----
    >
    > Could not load type ASP.Global_asax from assembly tr2jvvnb,
    Version=0.0.0.0,
    > Culture=neutral, PublicKeyToken=null.
    > Description: An unhandled exception occurred during the execution of the
    > current web request. Please review the stack trace for more information
    > about the error and where it originated in the code.
    >
    > Exception Details: System.TypeLoadException: Could not load type
    > ASP.Global_asax from assembly tr2jvvnb, Version=0.0.0.0, Culture=neutral,
    > PublicKeyToken=null.
    >
    > Source Error:
    >
    > An unhandled exception was generated during the execution of the current
    web
    > request. Information regarding the origin and location of the exception
    can
    > be identified using the exception stack trace below.
    >
    > Stack Trace:
    >
    >
    > [TypeLoadException: Could not load type ASP.Global_asax from assembly
    > tr2jvvnb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.]
    > System.Reflection.Assembly.GetType(String name, Boolean throwOnError)
    +0
    > System.Web.Compilation.BaseCompiler.GetCompiledTyp e() +412
    > System.Web.UI.ApplicationFileParser.CompileIntoTyp e() +52
    > System.Web.UI.TemplateParser.GetParserCacheItemThr oughCompilation()
    +126
    >
    > [HttpException (0x80004005): Could not load type ASP.Global_asax from
    > assembly tr2jvvnb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.]
    > System.Web.UI.TemplateParser.GetParserCacheItemInt ernal(Boolean
    > fCreateIfNotFound) +692
    > System.Web.UI.TemplateParser.GetParserCacheItemWit hNewConfigPath() +125
    > System.Web.UI.TemplateParser.GetParserCacheItem() +88
    > System.Web.UI.ApplicationFileParser.GetCompiledApp licationType(String
    > inputFile, HttpContext context, ApplicationFileParser& parser) +171
    > System.Web.HttpApplicationFactory.CompileApplicati on(HttpContext
    context)
    > +43
    > System.Web.HttpApplicationFactory.Init(HttpContext context) +485
    > System.Web.HttpApplicationFactory.GetApplicationIn stance(HttpContext
    > context) +170
    > System.Web.HttpRuntime.ProcessRequestInternal(Http WorkerRequest wr)
    +414
    >
    >
    >

    David Waz... Guest

  2. Similar Questions and Discussions

    1. Newbie question re error message
      Hi all I have installed MySQL 4.0.25 (and PHP 4.4.2.2) on my Windows XP Pro system using IISadmin. PHP is working OK but MySQL shows the MySQL...
    2. Error I received this morning...
      Can anyone tell me what this means? I have been running my server for several months and no problems. I just go this error.What do I need to fix...
    3. Newbie Parse Error Question
      This code works correctly in plain HTML, but in PHP mode, I get a parse error on the line first line (<form name="menu" action="index.php"...
    4. Error 80040e21 - Received when setting a new record's values
      I am opening a connection to my Table via the recordset object. I have poured over it, but i can't seem to find the issue. I consistently...
    5. Error 500 newbie question
      Hi all, I'm running Win2k Pro with IIS on it, at home. My ISP doesn't allow me to publish to port 80, so I'm publishing on 2850. My HTML runs...
  3. #2

    Default Re: Newbie Question: Error Received

    Hi,

    It looks like the tr2jvvnb.Dll isn’t created for some reasoned
    (otherwise the file version wont be 0.0.0.0). Check for all the
    dependencies of tr2jvvnb.dll.

    Natty Gur, CTO
    Dao2Com Ltd.
    28th Baruch Hirsch st. Bnei-Brak
    Israel , 51114

    Phone Numbers:
    Office: +972-(0)3-5786668
    Fax: +972-(0)3-5703475
    Mobile: +972-(0)58-888377

    Know the overall picture


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur 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