473,385 Members | 1,930 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

How do I find out what's going wrong?

Why am I getting this error? Any ideas/suggestions on how to track it
down?

I have a project for which I put an "auto notification" in the
globabl.asax's Application_Error event to email myself a copy of any
errors.

Recent changes to the system have me receiving errors regularly (as at
bottom). However, the site seems to function flawlessly with no
noticeable errors appearing anywhere to my eyes.

Furthermore, the class indicated below (bcc.login1) doesn't exist any
longer. It was the class name in the codebehind of the original login
page ... which was overhauled and rewritten in the new version. The
old version was excluded from the build entirely.

So I'm at a loss.
Can I add more/pertinent info to the error? My error alert code is
this:

Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)

' Fires when an error occurs
Dim ex As Exception = Server.GetLastError()

'the email "ex.ToString" to me
'so that I know something is happening

End Sub

Here's the error code:

System.Web.HttpParseException: Parser Error: Could not load type
'bcc.login1'. ---> System.Web.HttpException: Could not load type
'bcc.login1'. at System.Web.UI.TemplateParser.GetType(String typeName,
Boolean ignoreCase) at
System.Web.UI.TemplateParser.ProcessMainDirective( IDictionary
mainDirective) at
System.Web.UI.TemplateControlParser.ProcessMainDir ective(IDictionary
mainDirective) at
System.Web.UI.PageParser.ProcessMainDirective(IDic tionary
mainDirective) at System.Web.UI.TemplateParser.ProcessDirective(Stri ng
directiveName, IDictionary directive) at
System.Web.UI.TemplateControlParser.ProcessDirecti ve(String
directiveName, IDictionary directive) at
System.Web.UI.TemplateParser.ParseStringInternal(S tring text) at
System.Web.UI.TemplateParser.ParseString(String text, String
virtualPath, String basePhysicalDir) --- End of inner exception stack
trace --- at System.Web.UI.TemplateParser.ParseString(String text,
String virtualPath, String basePhysicalDir) at
System.Web.UI.TemplateParser.ParseFile(String filename, String
virtualPath) at System.Web.UI.TemplateParser.Parse() at
System.Web.UI.TemplateParser.GetParserCacheItemThr oughCompilation() at
System.Web.UI.TemplateParser.GetParserCacheItemInt ernal(Boolean
fCreateIfNotFound) at
System.Web.UI.TemplateParser.GetParserCacheItemWit hNewConfigPath() at
System.Web.UI.TemplateParser.GetParserCacheItem() at
System.Web.UI.TemplateControlParser.CompileAndGetP arserCacheItem(String
virtualPath, String inputFile, HttpContext context) at
System.Web.UI.TemplateControlParser.GetCompiledIns tance(String
virtualPath, String inputFile, HttpContext context) at
System.Web.UI.PageParser.GetCompiledPageInstanceIn ternal(String
virtualPath, String inputFile, HttpContext context) at
System.Web.UI.PageHandlerFactory.GetHandler(HttpCo ntext context,
String requestType, String url, String path) at
System.Web.HttpApplication.MapHttpHandler(HttpCont ext context, String
requestType, String path, String pathTranslated, Boolean useAppConfig)
at
System.Web.MapHandlerExecutionStep.System.Web.Http Application+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean& completedSynchronously)
Nov 19 '05 #1
2 999
Check to see that you have changed inherits from attribute of the @Page
directive in the ASPX page.

Nov 19 '05 #2
On 28 Jun 2005 22:06:28 -0700, "souri challa" <so*********@gmail.com>
wrote:
Check to see that you have changed inherits from attribute of the @Page
directive in the ASPX page.

Actually, it was an entirely new page that I created (signin.aspx) and
the accompanying class is of course "bcc.signin"

The bcc.login1 doesn't exist anywhere in the solution (according to a
solution wide search).

So ... ???? Nothing so simple unfortunately.

I'm trying to look into the exception object to find out more about
the properties to see if I can generate better errors for myself but
haven't found anything too great yet.
Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
3
by: Chris Mantoulidis | last post by:
I posted this here one day ago but it seems like it hasn't been put up for some unknown reason. That gives me a chance to say things a bit better in this post. 1st of all let's desribe the...
5
by: gipsy boy | last post by:
I make an object of type A on the heap. A oba; I put it in a set S<A> (with a trivial comparator) Set<A,Acomp> s; s.insert(A); Then I need to retrieve the pointer to the entry in that set (I...
90
by: Bret Pehrson | last post by:
This message isn't spam or an advertisement or trolling. I'm considering farming some of my application development to offshore shops (I'm in the US). I have absolutely *no* experience w/ this,...
1
by: melanieab | last post by:
Hi, I have a datatable and am searching the column called File for a particular value called xFile (a number). DataView dv = new DataView(tCat, "", "File", DataViewRowState.CurrentRows); int...
25
by: Neo Geshel | last post by:
This works: <form> <asp:TextBox id="name" /> <%= name.ClientID %> </form> But this DOES NOT work: <form>
9
by: Tony Girgenti | last post by:
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer. I'm using a web form. For a...
1
by: blabla120 | last post by:
Hi folks, I am net to NHibernate, and I hava a read baisc/general question. In my database (PostgreSQL), I have an unique index laying on the field transaktionsnummer which is located in the...
1
by: VG | last post by:
Hi folks, I have procedure that I am using to assign ID number vs Autonumber. It is working fine but something going wrong with my form that I have to replace the form with old version to make...
4
by: Leon | last post by:
Hi everybody, I am a beginer for Python, hope can get help from you guys. What I want to do is : Input an ID -find the ID in the file -copy the whole string <str id='xxx'>yyyyy</str> ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.