|
-
Mar 23rd, 2000, 11:47 PM
#1
Thread Starter
New Member
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 ?
-
Mar 24th, 2000, 07:20 PM
#2
Frenzied Member
Have you tried compiling your child class, It's just a guess but I think it'll work.
-
Mar 26th, 2000, 03:20 PM
#3
Thread Starter
New Member
Have you tried compiling your child class, It's just a guess but I think it'll work.
These classes (child and parent) are included in an only project, and I confirm, I compiled this project and these classes.
In error message, the CLSID is different for each execution like classe is created in dynamic mode.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|