When I attempt to update in SubSonic I'm greeted with a Null Reference Exception.
This is the exception message I get:
Object reference not set to an instance of an object.","StackTrace":" at SubSonic.Query.Update.GetCommand()
I've checked the object I'm updating and there are no missing fields, all the class properties match the database column names.
Any Ideas what this could be? Cheers Tony