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