473,387 Members | 1,574 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,387 software developers and data experts.

getting exception information

Hi,

i have a asp.net vb.net web appliation.
it is compiled to release build with debug information.
i have module to analyze errors in application_onError to trap all errors in my code and report to me.
when i have error it is shows in internet explorer with the line numbers of the code that is available.
in the mail i send to me after i analyze the stack trace, the line numbers / source file info are missing.
is there somewhere else to look for the stack trace line numbers / source file info?

TIA, z.

Nov 19 '05 #1
1 1236
This information is only available when a PDB file is created...when in release mode, by default, PDB files are not created. You can change this behaviour in VS.Net:
-make sure the project is in release mode
-right clicking on a project and select "Properties"
- Under "Configuration Properties" select "Build"
-One of the last entries is "Generate Debugging Information", set it to true.
You can read up more on this at:
http://weblogs.asp.net/jaybaz_ms/arc...29/169024.aspx

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"z. f." <zi**@info-scopeREMSPAM.co.il> wrote in message news:es**************@TK2MSFTNGP14.phx.gbl...
Hi,

i have a asp.net vb.net web appliation.
it is compiled to release build with debug information.
i have module to analyze errors in application_onError to trap all errors in my code and report to me.
when i have error it is shows in internet explorer with the line numbers of the code that is available.
in the mail i send to me after i analyze the stack trace, the line numbers / source file info are missing.
is there somewhere else to look for the stack trace line numbers / source file info?

TIA, z.

Nov 19 '05 #2

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

Similar topics

3
by: Jas Shultz | last post by:
I'm using Win2K3 Enterprise edition with the latest .NET framework installed. I have this problem with getting "out of disk space" errors. It doesn't happen all the time but it does happen. When...
21
by: Michael Bierman | last post by:
Please forgive the simplicy of this question. I have the following code which attempts to determine the color of some text and set other text to match that color. It works fine in Firefox, but does...
0
by: Jas Shultz | last post by:
I'm using Win2K3 Enterprise edition with the latest .NET framework installed. I have this problem with getting "out of disk space" errors. It doesn't happen all the time but it does happen. When...
2
by: darrel | last post by:
I have a question below about an error I am getting: Exception has been thrown by the target of an invocation. Is there anyway to get asp.net to give me more details than the above? My catch...
1
by: thangchan | last post by:
Hi all, i am getting SQL update problem. as below ======================error messages ======================= Server Error in '/CMS' Application....
12
by: Premal | last post by:
Hi, I tried to make delete operator private for my class. Strangely it is giving me error if I compile that code in VC++.NET. But it compiles successfully on VC++6.o. Can anybody give me inputs...
3
by: Sami Vaisanen | last post by:
Hello group, I'm writing a C++ based application that embeds the python engine. Now I have a problem regarding exception/error information. Is there a way to get the exception message and...
1
by: showbizzansh | last post by:
Server Error in '/ExportReport' Application. -------------------------------------------------------------------------------- Method 'ISCREditableRTFExportFormatOptions_reserved5' on type...
2
by: Scott | last post by:
I'm debugging an xmlrpc client/server application. Often when an exception occurs in the server, I receive only a very short error message on the client. For example: xmlrpclib.Fault: <Fault 1:...
1
by: Mufasa | last post by:
I'm trying to modify my exception handler to give me as much useful information as possible. One of the thigs I would like to know is where in the code the error actually happened. I can print out...
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: 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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.