Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0How to generate line numbers in exceptions?How to generate line numbers in exceptions?
Previous
 
Next
New Post
5/3/2007 1:59 PM
 

Newbie... so please be gentle in any responses... :-)

I am learning how to develop modules in DNN and want to get line numbers generated in any errors produced in my efforts.  I set up an error in the basic example I have included here... but it doesn't generate line numbers.  How do I generate the line numbers?

 

 

Here is the result in DNN

 
New Post
5/3/2007 5:23 PM
 

i don't believe it's possible as the code is JIT compiled into an assembly, so there is no relationship between the code you have and it's relative position e.g. a try-catch-finally loop is JIT compiled into a series of checks and goto statements.


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
5/3/2007 11:34 PM
 

Hi,

Checkout the StackTrace member variable of the exception.  It might help.

Thanks,

Mike

 
New Post
5/4/2007 4:50 AM
 

Debug info is stored in the .PDB file of the assembly.  So you need to compile to include the .PDB files, otherwise no way.... Note that exceptions are much slower (can be from 1 to 5 seconds)  as it needs to load that file to get the error line.

 
New Post
5/5/2007 10:08 PM
 

if you are using the dynamic module method - then there is no debug pbd file create as far as I can recall - as a result there is no line numbering.

If yo are using the compiled module method and the module is in debug mode then the debug file should be included and you should see line number

Westa

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0How to generate line numbers in exceptions?How to generate line numbers in exceptions?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out