Call stack not displaying line numbers

  • Thread starter Thread starter Mantorok
  • Start date Start date
M

Mantorok

Hi all

When my asp.net site errors the event logs contain the call-stack, but
unfortunately there are no line numbers beside the method names.

Any ideas?
Thanks
Kev
 
Most likely the .pdb files are not there and/or the dlls are built in
release mode.

Cheers,

Greg Young
 
Well, there are pdb files for referenced assemblies, but there are no pdb
files for web site's dlls.
 
You need the pdb file .. it contains all of the line numbers mappings etc.

Cheers,

Greg Young
 
Where do I get them from, for some reason they're not being included...

Kev
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top