I create a persistable class with attributes. One of these attributes is a collection of another persistable class.
I save my object with WriteProperty method, I close my application.
When I open again my application, I want to retrieve my object's informations, but ReadProperty method
provokes a run time error "713" with below message :"Class not registered. Looking for object with
CLSID : {.........}"

Could you explain me why I've got this error message and what can I do ?