Results 1 to 3 of 3

Thread: Package and Deployment Problem (Missing Dependency Information)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    treehouse
    Posts
    106
    I am trying to set a install program and while I am going through the wizard I get a message that tells me the following:

    "Missing Dependency Information...the following list of files for which dependency information could not be found. To proceed without the dependency information for the
    file(s), click OK. To permantly mark a file as having no dependencies, select its checkbox."

    The file name is:
    MSADO20.TLB C:\Program Files\Common Files\system\ado

    I ignored it and created the setup and I got the following error msg when I installed it on another machine.

    Error msg "ADO could not find the specified provider. ADOB.Connection"

    In my project I am referencing Microsoft Active X Data Objects 2.1 Library.


  2. #2
    Addicted Member
    Join Date
    Aug 1999
    Location
    Hamilton, New Zealand
    Posts
    137
    THe file that you are missing dependency information for is a type library so there is no dependency information for it anyway.

    Your problem is this:

    Microsoft ActiveX Data Objects (ADO) cannot be installed on it's own it must be installed as part of MDAC (Microsoft Data Access Components) as far as I know.

    Unfortunately the install file for MDAC is 7.5MB.

    For more information visit

    www.microsoft.com/data

    If you do find a solution to properly install ADO without installing the full MDAC install I would be very pleased to hear about it.

    Regards

    Matt Brown
    Hamilton, NZ
    VB6 C++ in Visual Studio 6sp4
    VB.net Beta 1

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    treehouse
    Posts
    106
    Thanks, I will check it out.



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