T
Tom DAurizio
Hi,
I've got a strange NullReferenceException on this line:
System.Data.DataTable oDT = null;
I've tried not initializing it, and setting it to something on the
next line, but that doesn't change anything.
Strangely, it does not throw an exception when I'm running in debug
mode (debugging on the device, not the emulator). It does throw when
I deploy and run on that same device.
Has anyone seen this behavior?
Thanks, and have a good day.
Tom
I've got a strange NullReferenceException on this line:
System.Data.DataTable oDT = null;
I've tried not initializing it, and setting it to something on the
next line, but that doesn't change anything.
Strangely, it does not throw an exception when I'm running in debug
mode (debugging on the device, not the emulator). It does throw when
I deploy and run on that same device.
Has anyone seen this behavior?
Thanks, and have a good day.
Tom