Results 1 to 3 of 3

Thread: Help - Run-time error '713':Class not registered.Looking for object with

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    1

    Help - Run-time error '713':Class not registered.Looking for object with

    Help - Run-time error '713':Class not registered.Looking for object with

    Hi All

    Im trying to compile and build a VB6 project and get the error message

    Run-time error '713':Class not registered.Looking for object with

    CLSID:{blah blah blah

    The project has a dependancy (an ocx) which appears to compile and register fine.

    When I look for the class ID (CLSID:{blah blah blah)in the registry it is not there, so that would suggest somethings not registered.

    I have looked on the Microsoft knowledge base and found the link

    BUG: You receive a "Class not registered" error message in Visual Basic 6.0 project after you remove Visual Studio .NET or Visual Studio 2005BUG: You receive a "Class not registered" error message in Visual Basic 6.0 project after you remove Visual Studio .NET or Visual Studio 2005

    http://support.microsoft.com/default...en-us%3B814707

    It tells you to register MSBind.dll, not only have I done that but I have re-registered it dependencies as listed in the MSBind.DEP file in widnows\system32..

    Any ideas what is happening, perhaps Ill try registering the MSBinid and its related files in a particular order?

    Many thanks in advance

  2. #2
    Frenzied Member d3gerald's Avatar
    Join Date
    Jan 2006
    Posts
    1,348

    Re: Help - Run-time error '713':Class not registered.Looking for object with

    On error goto Trap

    Trap:
    in case of emergency, drop the case...

    ****************************************
    If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved " option.
    if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar

  3. #3
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    Re: Help - Run-time error '713':Class not registered.Looking for object with

    Sometimes it is not enough to register an OCX on your system, as it can have dependancies on other libraries. For best results, run the setup.exe that normally installs the OCX library.
    Nobody knows what software they want until after you've delivered what they originally asked for.

    Don't solve problems which don't exist.

    "If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)

    2 idiots don't make a genius.

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