Visual Basic - Por más que intento no puedo...

Life is soft - evento anual de software empresarial
 
Vista:

Por más que intento no puedo...

Publicado por SBH (18 intervenciones) el 05/06/2001 21:34:51
porque al copiar un programa echo en VB a otra pc me sale este dialogo de error:

Class Not Registered.
Looking for Object CLSID: {00000010-0000-0010-8000-00AA006D2EA4}

Yo lo compile bien con el install shield pero al pasarlo a instalar a otra maquina me sale esto por favor ayudenme.

muchas gracias.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:Por más que intento no puedo...

Publicado por Martin {^_^} (116 intervenciones) el 05/06/2001 23:03:05
From: lctayson
Subject: [beginning_vb] Re: CLASS NOT REGISTERED LOOKING FOR OBJECT CLSID
Date: Thu, 19 Apr 2001 01:26:47 -0700

--------------------------------------------------------------------------------

> > -----Original Message-----
> > From: jonny suarez
> > Sent: 17 April 2001 8:20
> > To: [email protected]
> > Subject: problem
> >
Hi Jonny,

If you've used DAO (Data Access Object) control in your project, you
must include the referenced ActiveX file (.ocx) when you copy it to
another PC. You can see which file it is by pressing CTRL+T then by
selecting the Microsoft DAO control, it's displayed somewhere down the
listbox (You can see a "LOCATION: <filename>"). Copy it and distribute
together with your .EXE and it will run fine.

HTH

Nin ;-)

===========================================
> >
> > Hello!
> > I have bought Book Beginning Visual Basic 5 Database. I can retrieve
> and manipulate data from database dbase
> > (table-publishers) using DAO.When I create own database and using same
> > procedures like in the book everything is O.K. program running.
> > If I want to run this program on the computer which doesn't have
Visual
> > basic, before that I already made executive file in VB and saved all
> forms
> > in the floppy diskette , I got message CLASS NOT REGISTERED LOOKING
FOR
> > OBJECT CLSID:{00000010-0000-0010-8000-0
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar