Re: Line number on error message?

From: Craig Deelsnyder (cdeelsny_at_NO_SPAM_4_MEyahoo.com)
Date: 07/21/04


Date: Wed, 21 Jul 2004 10:38:45 -0500

On 7/21/2004 9:53 AM, Tom Kaminski [MVP] wrote:

> I'm 99% sure I used to see a line number referenced in my ASP.NET error
> messages but sometime over the last couple of weeks the error messages no
> longer reference one. Am I imagining things or could something have changed?
>

did you compile in debug mode? you can see if there's a .pdb file in
the bin folder with the dll file. That usually gives line numbers in
error messages.

-- 
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET