|
-
Dec 12th, 2002, 10:45 AM
#1
Thread Starter
Frenzied Member
error starting VB
Hi,
When I start VB, I get the following message
Can't find file DAO350.dll
and then VB Quits.
I know I have DAO on my computer. Last night, the computer was working fine. I came to work this morning and I get this.
I've never seen this before. Any ideas?
Thanks,
Don't anthropomorphize computers -- they hate it
-
Dec 12th, 2002, 10:47 AM
#2
Re: error starting VB
Originally posted by vbgladiator
Hi,
When I start VB, I get the following message
Can't find file DAO350.dll
and then VB Quits.
I know I have DAO on my computer. Last night, the computer was working fine. I came to work this morning and I get this.
I've never seen this before. Any ideas?
Thanks,
is this starting VB or are you trying to start it by opening a vbp file?
-
Dec 12th, 2002, 10:52 AM
#3
PowerPoster
Well
Manually register the dll on the system and see if that helps.
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Dec 12th, 2002, 11:00 AM
#4
also.. where is your dao350.dll located.. mine is @
C:\Program Files\Common Files\Microsoft Shared\DAO
files in the dir for me are
dao2532.tlb
Dao2535.tlb
Dao3032.dll
dao350.dll
dao360.dll
-
Dec 12th, 2002, 11:37 AM
#5
Thread Starter
Frenzied Member
It seems that after I ran a program that uses DAO, VB started fine afterwards.
Weird,
Thanks.
Don't anthropomorphize computers -- they hate it
-
Dec 12th, 2002, 11:39 AM
#6
Originally posted by vbgladiator
It seems that after I ran a program that uses DAO, VB started fine afterwards.
Weird,
Thanks.
change your avatar back to the little dude with the hat... i liked that one a lot
-
Dec 12th, 2002, 11:42 AM
#7
Thread Starter
Frenzied Member
Final Fantasy IX. Oh yes, Final Fantasy games. :-)
Don't anthropomorphize computers -- they hate it
-
Dec 12th, 2002, 12:00 PM
#8
Originally posted by vbgladiator
Final Fantasy IX. Oh yes, Final Fantasy games. :-)
ya know i used to like them (2 and 3) now the Japanese have just gotten too weird with them.. i liked when they were actual fantasy lands with kinghts and castles and airships.. now they all take place in the future and have guns and what not... even 7 on psx was ok... but after that i think they went kinda downhill.... never played 9 though.. i heard that went more back to their roots... i have X for PS2 and never really could get into it
-
Aug 22nd, 2005, 11:47 PM
#9
Addicted Member
Re: error starting VB
Hai ,
I strucked with the same problem what vbgladiator stated here (i.e) when i try to start the VB or the project i am getting the following error.
Can't find file DAO350.dll
I don't have any application to run which uses DAO, can any one help me regarding this thank you.
The file DAO350.DLL is located in the following directory
C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL
i tried by registering it manually by giving the below command in the Run box
regsvr32 C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL
LoadLibrary("C:\Program")failed - The specified module could not be found.'
Can any one please help me
Chock.
Last edited by chockku; Aug 23rd, 2005 at 03:41 AM.
Reason: added new error
HAVE A NICE DAY
-
Aug 23rd, 2005, 12:03 AM
#10
Re: error starting VB
you get it when you start VB all by iteself? or only when you open a specific project?
-
Aug 23rd, 2005, 12:08 AM
#11
Addicted Member
Re: error starting VB
Hai,
Thankyou for your quick responses.
In both ways i am getting the same error,
1. When i Open the VB
2. When i Open the Project by double click.
I also edited my previous post and added the error when i try to register the Dll manually, kindly also check that. Yesterday i UnInstalled a Software from my system. I think it removes the DAO350.DLL file, but the removed Software not related to VB6. If u have a application which uses DAO350.DLL, kindly post here, hope running the application can register the DLL properly and after the VB6 could start without the error.
Thankyou,
Chock.
Last edited by chockku; Aug 23rd, 2005 at 12:17 AM.
HAVE A NICE DAY
-
Aug 23rd, 2005, 02:44 AM
#12
Re: error starting VB
Put double quotes around the path when you try to register it:
Start --> Run
regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL"
-
Aug 23rd, 2005, 03:10 AM
#13
Re: error starting VB
If you guys don't find a solution, Run the Automatic OS Updater it will put those pesky little files back.
Look in my signature for it.
-
Aug 23rd, 2005, 03:53 AM
#14
Addicted Member
Re: error starting VB
Hi,
Frans C: Putting double quotest around the path register the dll file properly.
Randem: It needs Admin previlleges, so i need to install with the help of an Admin. Anyhow i will install it for updation.
Thankyou for your replies.
Thankyou,
Chock.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|