Results 1 to 3 of 3

Thread: PropertyBag Error

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    2
    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 ?

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    Have you tried compiling your child class, It's just a guess but I think it'll work.

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    2

    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
  •  



Click Here to Expand Forum to Full Width