Greetings!
Today got error report, where top of stack trace looked similar to:

System.NullReferenceException: blah-blah at MyApplication.MyType.SomeMethod(String arg) in MyType.cs:line 0

The point is, that line number is equal to 0. Could the find it in source code =)

Just interested, What could cause such stack-trace behavior?

Thanks.

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

According to this question, it could be due to inlining. Have you got optimisations switched on?

link|improve this answer
Yes, optimization is turned on. – aleksey.berezan Nov 3 '10 at 10:30
Probably it is inlining. Thanks for answer. – aleksey.berezan Nov 3 '10 at 10:31
feedback

This will help: http://stackoverflow.com/questions/305244

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.