CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: msado21.tlb

  1. #1
    Join Date
    Mar 2001
    Location
    Lethbridge, Alberta, Canada
    Posts
    1

    msado21.tlb

    I am working on 2 different platforms(Win98 / 2000) using VB6 Enterprise SP4 and when I build a 'Setup' application using the Package & Deployment wizard I first get notified that it couldn't find the dependancies for msado21.tlb which, in the end creates a problem for the install. I require ADO in the projects I am working with and there has to be something I'm missing ... I can find no references to this problem other than something to do with Office 2000 on the Microsoft Knowledge Base ... HELP

    Fred Gravel
    Business Systems Developer
    City of Lethbridge

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: msado21.tlb

    With SP4 you should be able to use Ado2.5...Check references in your project

    Special thanks to Lothar "the Great" Haensler. Come back soon, you Guru.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: msado21.tlb

    If you do not find ado 2.5 libraries, look for Mdac_typ.exe on your machine, and run it. After it, I suggest you re-install SP4. Maybe you forgot to install it under both environment

    Special thanks to Lothar "the Great" Haensler. Come back soon, you Guru.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

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

Featured