Re: Class not registered



Please disregard my comments about using 3.60 instead of 3.51.

>From searching for "dao 3.51 install" in newsgroups:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;q197902

DAO350.DLL is redistributable according to:

C:\Program Files\Microsoft Visual Studio\REDIST.TXT

More:

http://groups.google.com/groups?q=dao350.dll&scoring=d&hl=en&num=100

Also, can you open you VBP file with Notepad and post the lines that begin
with "Object=" and "Reference=" here so we can help you further.



"Jean-Philippe Michaud" <JeanPhilippeMichaud@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote in message news:3522E430-C4E2-4C02-A133-557D40D72E47@xxxxxxxxxxxxxxxx
> Hi
>
>
> I checked with my customer and in his "Program Files\Common
> Files\Microsoft
> Shared\DAO" folder, he only sees the Dao360.dll but no Dao350.dll
>
> If I unregistered my Dao350.dll on my computer, I cannot even enter into
> my
> program.
>
> How can he only have Dao360.dll and be able to connect to the database and
> then when he access the form containing the Data Control and DBGrid he has
> an
> error message ?
>
> He got the right exe with the correct reference so maybe his dao350.dll is
> not at the right place ? What do you think ?
>
> Thank you!
>
> "Someone" wrote:
>
>> > {00000010-0000-0010-8000-00AA006D2EA4}
>>
>> In my machine this refers to "DAO350.DLL", not DAO360.DLL. Either the
>> user
>> is using an old EXE, or you chose "Microsoft DAO 3.51 Object Library"
>> instead of 3.60.
>>
>>
>> "Jean-Philippe Michaud" <JeanPhilippeMichaud@xxxxxxxxxxxxxxxxxxxxxxxxx>
>> wrote in message
>> news:B271D005-7B04-4702-8BE3-380E58596078@xxxxxxxxxxxxxxxx
>> > Hi
>> >
>> > We have created a program in VB 6.0 with a reference to DAO 3.6 because
>> > one
>> > of our customers had problem connecting to the database with a
>> > reference
>> > to
>> > DAO 2.5/3.51. He has Office 2003 installed on his computer.
>> >
>> > He is now able to connect to the database, but now, when he tries to
>> > consult
>> > a form containing a DBGrid and a Data Control, he has the following
>> > message :
>> >
>> > Class Not Registered
>> > Looking for object with CLSID
>> > {00000010-0000-0010-8000-00AA006D2EA4}
>> >
>> > We are pretty sure this has to do with the fact he has installed Office
>> > 2003
>> > because this is the first time we have that kind of problem on a very
>> > simple
>> > form.
>> >
>> > We use the Data Control as the recordset in order to fill a DBGridList
>> > with
>> > some information.
>> >
>> > Do we need to had a new reference ? Any ideas ?
>> >
>> > Thanks
>>
>>
>>


.



Relevant Pages

  • Re: Class not registered
    ... >> of our customers had problem connecting to the database with a reference ... >> a form containing a DBGrid and a Data Control, ... >> We use the Data Control as the recordset in order to fill a DBGridList ...
    (microsoft.public.vb.database.ado)
  • Re: Any alternative to a Data Control?
    ... "third dialog box" in the Data Wizard where it asks to ... I finally got the Data Control to work. ... datasource but does not refresh with changes. ... The extra work required to deal with database in classic VB is one major ...
    (comp.lang.basic.visual.misc)
  • Re: Help - Access with VB
    ... No, there are a few different ways to access data in a database, but the ... data control is probably the easiest. ... connection, command and recordset objects, initialising these to ... string should look something like: ...
    (microsoft.public.access.queries)
  • Re: Need help copying file that is already open.
    ... >> update, then restart the database. ... I use the Close method on my database and recordset ... The way to do it easy is to ditch the data control. ... >The other option would be like you mentionned, doing a backup before the ...
    (comp.lang.basic.visual.misc)
  • Re: Business applications in Lisp
    ... I do not have to do any of that coding. ... > to do is base a block on a database table, and all the coding for crud, ... > navigation icons on the toolbar, ... How many nice simple data control based forms have we seen that begin to ...
    (comp.lang.lisp)

Loading