Results 1 to 14 of 14

Thread: error starting VB

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    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

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    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?

  3. #3
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    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....

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    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

  5. #5

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950
    It seems that after I ran a program that uses DAO, VB started fine afterwards.

    Weird,

    Thanks.
    Don't anthropomorphize computers -- they hate it

  6. #6
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    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

  7. #7

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950
    Final Fantasy IX. Oh yes, Final Fantasy games. :-)
    Don't anthropomorphize computers -- they hate it

  8. #8
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    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

  9. #9
    Addicted Member chockku's Avatar
    Join Date
    Sep 2003
    Posts
    174

    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

  10. #10
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: error starting VB

    you get it when you start VB all by iteself? or only when you open a specific project?

  11. #11
    Addicted Member chockku's Avatar
    Join Date
    Sep 2003
    Posts
    174

    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

  12. #12
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926

    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"
    Frans

  13. #13
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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.

  14. #14
    Addicted Member chockku's Avatar
    Join Date
    Sep 2003
    Posts
    174

    Resolved 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.
    HAVE A NICE DAY

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width