Jump to content

REGDB_E_CLASSNOTREG


Recommended Posts

Hi Everybody,

I'm not able to call the class MODI. If I launch the following script:

CODE
$identificativo = ObjCreate("MODI.document")

if $identificativo = 0 Then

MsgBox(0,"errore","I can't call the Class")

Else

MsgBox(0,"tutto ok","it Works!")

EndIf

It says "errore".

I used the "OLE/COM Object Viewer" to find the object. I found it, but when I try to view the "type information" a popup message says:

CoGetCIessObject failed <No system message defined> REGDB_CLASSNOTREG ($80040154)

Any suggests?

P.S.: sorry for my bad English

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...