Hi everybody
I am trying to generate id before saving using NumericIdGenerator class which I added into my silverlight 4 web project but every time I try to create a new entity it fires the following error below
No class implementing IdeaBlade.EntityModel.IIdGenerator was found. If you have implemented this interface, be sure to decorate the class with an Export(typeof(IIdGenerator)) attribute. Also check the IsApplicable(IDataSourceKey) method in your implementation to ensure that it is filtering correctly.
Can anybody with solution to the problem or know how to use NumericIdGenerator class help me.
Thank you