I am trying to determine cause of 'Null reference exception' on published remote site. So, I can't debug it directly and can operate only with logs. So my question is:
Is it possible, that .ToString()
method of any of built-in .NET types returns null
?
EDIT:
I suspect DateTime.ToString(invariantCulture)
method with badly constructed culture settings.