The MemberShipUser constructor expects dateTime fields like lastLoginDate, which may be null in the data store.
However, when I retrieve data from the store and pass null in for the parameter, I get an error that it cannot be null.
How can I work around this?