Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Re: Newbie Question: Error Received

Reply
Thread Tools

Re: Newbie Question: Error Received

 
 
David Waz...
Guest
Posts: n/a
 
      07-06-2003
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" <> wrote in message
news:RAJNa.158845$_. 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
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Received Error - What does it mean? Mike S. Computer Support 0 06-04-2006 08:04 AM
Installing Symantec VPN and received IP Address error =?Utf-8?B?RnJhbms=?= Wireless Networking 0 12-06-2004 11:05 PM
Email error message received. Bill Wilkes Computer Support 1 07-30-2004 05:00 AM
Saving received stationery in Thunderbird / error message? Galaxy Firefox 1 07-16-2004 01:21 AM
DataView Find method - Error: Expecting 2 value(s) for the key being indexed, but received 3 value(s) Zenobia ASP .Net 2 06-23-2004 05:15 PM



Advertisments
 



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