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.