Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
This will help: stackoverflow.com/questions/305244 – Liviu M. Nov 3 '10 at 9:50

1 Answer

up vote 0 down vote accepted

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

share|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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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