Terry,

If the code is compiled in release mode vs. development mode then there are
no line numbers because the code has been compacted. The line numbers would
not be equivalent anymore.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
[url]www.aboutfortunate.com[/url]

"Out of chaos comes order."
Nietzche
"terry" <terry_wahl@msn.com> wrote in message
news:904a01c35b78$2f3ac650$a001280a@phx.gbl...
> Hi,
>
> When an unhandled exception occurs I display an aspx
> page. This page displays the stack trace associated with
> the exception (exception.StackTrace). I have noticed that
> occasionally no line numbers are included in the stack
> trace. I'm curious why sometimes there are line number
> and other times there is not. These line numbers are
> invaluable for debugging.
>
> Thanks for your help,
> Terry
>