Hi,
We have some of our applications running wih CSLA 3.6 framework. Now and then system throws this following error:
One or More properties are not registered for this type.
This error is not conistent and appears once over a period of several months. The class representing this type is derived (inherits) from another class which inherts BusinessBase. All properties are defined in base class.
I read somewhere that inheritance among user defined defined is not encouraged in CSLA framework.
How do we consistently reproduce this error? And how to fix it?
Thanks in advance,
-Aravinda