If you are getting this exception this means that you are calling base.Method () on a class that overrides a Model. You do not need to call the base method in a class for models (these are classes that are flagged with the [Model] attribute).
You are getting a ModelNotImplementedException
Last Updated: Oct 11, 2011 09:58PM EDT