StackFrame not working on Windows Server 2003

  • Thread starter Thread starter Joe Rattz
  • Start date Start date
J

Joe Rattz

Moved some asp.net code using StackFrame (built in debug mode) to a Windows
Server 2003 box and get empty filename and filelinenumber back. Anyone know
why? Works just fine on Win2k.
 
Hi Joe:

Did you also copy the .pdb files to the new server? These files
contain the symbols used to map instructions to source files and line
numbers, without them you'd be missing that info from a stack trace.
 
Yes, I did move that over too. Not in my initial test, but subsequently I
read something that made me feel that would be necessary. The source code
doesn't have to be there does it?
 
No - you should not need any source code. Odd.

Yes, I did move that over too. Not in my initial test, but subsequently I
read something that made me feel that would be necessary. The source code
doesn't have to be there does it?
 

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