Ask a Question related to ASP.NET General, Design and Development.
-
David Waz... #1
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.
> --------------------------------------------------------------------------Version=0.0.0.0,> ----
>
> Could not load type ASP.Global_asax from assembly tr2jvvnb,web> 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 currentcan> request. Information regarding the origin and location of the exception+0> 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)+126> System.Web.Compilation.BaseCompiler.GetCompiledTyp e() +412
> System.Web.UI.ApplicationFileParser.CompileIntoTyp e() +52
> System.Web.UI.TemplateParser.GetParserCacheItemThr oughCompilation()context)>
> [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+414> +43
> System.Web.HttpApplicationFactory.Init(HttpContext context) +485
> System.Web.HttpApplicationFactory.GetApplicationIn stance(HttpContext
> context) +170
> System.Web.HttpRuntime.ProcessRequestInternal(Http WorkerRequest wr)>
>
>
David Waz... Guest
-
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... -
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... -
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"... -
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... -
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... -
Natty Gur #2
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



Reply With Quote

