Stack traces for NullReferenceException
is very uninformative, they just include the method name and the call stack. Any variable in a method can be null and it's hard to debug when the bug isn't reproducible on the dev machine.
Do you know a way to get more info on that error, getting the variable name perhaps? Or do you have better ways to debug it?