I am getting a System.NullReferenceException on this line:
_dataRow(columnName) = data
when I run my application with the dOOdads_2005 project.
I can only imagine that the _dataRow object is not being initialized for some reason. Any idea on how to fix this? Let me know if I need to post more info.
Here is the top of the stack trace:
System.NullReferenceException was unhandled
Message=\"Object reference not set to an instance of an object.\"
Source=\"MyGeneration.dOOdads\"
StackTrace:
at MyGeneration.dOOdads.BusinessEntity.SetInteger(String columnName, Int32 data) in C:\\Program Files\\MyGeneration\\Architectures\\dOOdads\\VB.NET\\MyGeneration.dOOdads\\BusinessEntity.vb:line 852
Thanks,
Ryan
