Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Ian,
I'm not following what your are trying to do in #1. In number two, you likely need to handle the SetDefaultValues for the BO and set some defaults. Value types (structures) will have a default set automatically, but reference types are null (Nothing) by default. So, if one of those fields is marked Not Null, you'll get this kind of error.
|