CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    3

    unable to call dllregisterserver

    I've created a setup.lst with vb6 and I can't install my soft on an other PC. When it try to install the dll components of database, a message box is opened and it says : Unable to call DLLRegisterServer, Unable to load file "Program Files\Fichiers Communs\System\ole DB\msdadc.dll" to register it
    But this file exist in the directory and it's the last version. How create my setup? More Information : My soft works with Access Database
    Thanks to Help me


  2. #2
    Join Date
    Sep 1999
    Posts
    17

    Re: unable to call dllregisterserver

    You need dcom98 to be installed on your target system if its a Win95 / 98 system. You find it on your vb6 CD.


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