CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2000
    Location
    Indiana USA
    Posts
    193

    registering DLL problems

    I have an application that has been installed successfully on several machines, but I have encountered a problem on one machine. The error from the st6unst.log is ERROR: Loadlibrary() failed while registering file 'C:\WINDOWS\SYSTEM\msadox.dll' DURING THIS ACTION: DllSelfRegister: "C:\WINDOWS\SYSTEM\msadox.dll"

    I have attempted to manually register the dll with regsvr32.exe, but it failed also with the error 0x00000485.

    I have searched the MS website for help, but can not find anything.

    The problem machine is a 386 running Win95. Could this be the problem. We have even tried adding memory, but no luck.

    Has anyone ever encountered this problem or have any ideas of a solution?

    Thanks in advance for any help.

    Catrina


  2. #2
    Join Date
    Jan 2001
    Posts
    365

    Re: registering DLL problems

    Hi friend,

    may be it'll help U

    go to msdn and see this article.

    PRB: Can't Register Controls from "MSDEV\REDIST\OCX" Directory
    ID: Q160018

    thanks


    Bala
    Prelude Solution Providers (P) Ltd.
    Chennai.India

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