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

Thread: VB-Registry

  1. #1
    Join Date
    Feb 2000
    Posts
    1

    VB-Registry

    Problem : Unable to register some DLL files (e.g.,msjetoledb40.dll) in some systems.
    Q: I am using VB-SetupWizard utility to create setup for my application which uses ADO 2.1. When I instal my application using the setup,it is installed but some DLLs are not registered(at the time of registering DLLs and OCXs) in some systems(PCs).If I try to registe those dlls using 'regsvr32',it gives 'Error Loading DLL file' message.Is there any technique to solve this problem ?


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: VB-Registry

    if your app uses ADO, you need to include the appropriate version of MDAC_TYP.EXE in your application. This will install the required ADO DLLs on the client machine.


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