From: LurfysMa on
When I tried to start it up the other day for the first time in 3-4
months, I got the message

Can't find file 'DAO350.DLL'

And the program will not start.

I have been running VB 6 for several years. I haven't used it for 3-4
months, but as far as I know, I haven't changed anything.

Search shows one copy of DAO350.DLL in

C:\Program Files\Common Files\Microsoft Shared\DAO

Any help on what is wrong and, more importantly, what to do to fix it?

Thanks

--
From: Veign on
One of the two downloads below should fix it...

Information about Jet 4.0 Service Pack 8:
http://support.microsoft.com/?kbid=829558

Jet 4.0 Service Pack 8 (SP8) for Windows XP (KB829558)
http://www.microsoft.com/downloads/details.aspx?FamilyID=2DEDDEC4-350E-4CD0-A12A-D7F70A153156&displaylang=en

Jet 4.0 Service Pack 8 (SP8) for Windows 95/98/NT 4.0 (KB829558)
http://www.microsoft.com/downloads/details.aspx?FamilyID=4335216C-8CDD-4168-A030-46F815D3F5CD&displaylang=en


--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--


"LurfysMa" <invalid(a)invalid.invalid> wrote in message
news:5drld19go1k7d9hhgs3g49btr13s2n0oiv(a)4ax.com...
> When I tried to start it up the other day for the first time in 3-4
> months, I got the message
>
> Can't find file 'DAO350.DLL'
>
> And the program will not start.
>
> I have been running VB 6 for several years. I haven't used it for 3-4
> months, but as far as I know, I haven't changed anything.
>
> Search shows one copy of DAO350.DLL in
>
> C:\Program Files\Common Files\Microsoft Shared\DAO
>
> Any help on what is wrong and, more importantly, what to do to fix it?
>
> Thanks
>
> --


From: Mike Harrington on
Make sure it's registered

go to command prompt, navigate to the directory and type:

regsvr32 dao350.dll

"LurfysMa" <invalid(a)invalid.invalid> wrote in message
news:5drld19go1k7d9hhgs3g49btr13s2n0oiv(a)4ax.com...
> When I tried to start it up the other day for the first time in 3-4
> months, I got the message
>
> Can't find file 'DAO350.DLL'
>
> And the program will not start.
>
> I have been running VB 6 for several years. I haven't used it for 3-4
> months, but as far as I know, I haven't changed anything.
>
> Search shows one copy of DAO350.DLL in
>
> C:\Program Files\Common Files\Microsoft Shared\DAO
>
> Any help on what is wrong and, more importantly, what to do to fix it?
>
> Thanks
>
> --


From: Jim Carlock on
Try this either in the Start / Run window, or inside a command
prompt:

regsvr32.exe C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL

Let us know if that registers the file for you. And if it fixes the
problem.

--
Jim Carlock
Please post replies to newsgroup.

"LurfysMa" <invalid(a)invalid.invalid> posted:
When I tried to start it up the other day for the first time in 3-4
months, I got the message

Can't find file 'DAO350.DLL'

And the program will not start.

I have been running VB 6 for several years. I haven't used it for 3-4
months, but as far as I know, I haven't changed anything.

Search shows one copy of DAO350.DLL in

C:\Program Files\Common Files\Microsoft Shared\DAO

Any help on what is wrong and, more importantly, what to do to fix it?

Thanks

--


From: LurfysMa on
On Sun, 17 Jul 2005 17:33:02 -0700, "Mike Harrington"
<msnews(a)alouria.com> wrote:

>Make sure it's registered
>
>go to command prompt, navigate to the directory and type:
>
>regsvr32 dao350.dll

That did it. Thanks.

Why did it become unregistered? I had been using it for some time and
I don't think I unregistered it.

>"LurfysMa" <invalid(a)invalid.invalid> wrote in message
>news:5drld19go1k7d9hhgs3g49btr13s2n0oiv(a)4ax.com...
>> When I tried to start it up the other day for the first time in 3-4
>> months, I got the message
>>
>> Can't find file 'DAO350.DLL'
>>
>> And the program will not start.
>>
>> I have been running VB 6 for several years. I haven't used it for 3-4
>> months, but as far as I know, I haven't changed anything.
>>
>> Search shows one copy of DAO350.DLL in
>>
>> C:\Program Files\Common Files\Microsoft Shared\DAO
>>
>> Any help on what is wrong and, more importantly, what to do to fix it?
>>
>> Thanks
>>
>> --
>


--
 |  Next  |  Last
Pages: 1 2
Prev: VB - SOAP ERROR
Next: C to VB please