Domain objects not derived from BindableDomainObject
Error message:
Execution aborted: The type 'PhoneBook.Domain.Location' does not have the 'Remotion.ObjectBinding.BusinessObjectProviderAttribute' applied. Parameter name: type
This message is probably misleading, because the most likely cause is that you forgot to derive your domain objects from BindableDomainObject
. DomainObject
(as introduced and suggested in the section re-bind and BOC controls).