I have seen some older posts similar to this, but I seem to be getting this using SQLite rather than SQL Server.
I think the version is 3.0.0.3.
I am doing an update on an object, in this particular case, the object is passed into a form and saved there...Save() method to repository is on the same class. I have checked the properties before the update and all seems ok? The object is retrieved, a single property updated then the attempt to save.
Error Message:
System.NullReferenceException: Object reference not set to an instance of an object.
at SubSonic.Query.Update.GetCommand()
at SubSonic.Query.Update.Execute()
at SubSonic.Repository.SimpleRepository.Update[T](T item)