The "object reference not set to an instance of an object" exception does
not give any info about the actual object reference that was null. Aside
from using more try/catch, is there some way to figure out which object
reference is causing the problem? Something descriptive, like in Debug
mode, but that is available in non-Debug mode? Is the IL that just executed
available? --Marty
not give any info about the actual object reference that was null. Aside
from using more try/catch, is there some way to figure out which object
reference is causing the problem? Something descriptive, like in Debug
mode, but that is available in non-Debug mode? Is the IL that just executed
available? --Marty
Comment