Error 1904 : .dll files failed to register

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aru123
    New Member
    • Feb 2008
    • 13

    Error 1904 : .dll files failed to register

    while installing the .msi setup creating in Visual Studio Installer for vb + crystal report the following .dll files are failed to registered.

    commonobjmodel. dll
    crqe.dll
    datadefmodel.dl l
    objectfactory.d ll
    rptdefmodel.dll
    saxserialize.dl l

    Plz give the solution for how to register the above .dll for installing the .msi setup or suggest any merge modules need to be added.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Copy the files to C:\windows\syst em32 folder and the use the REGSVR32 to register those with windows.

    Comment

    • firozfasilan
      New Member
      • Feb 2007
      • 42

      #3
      For Registering it,
      Got to command prompt then type, regsvr32 commonobjmodel. dll like wise you can register all the requrired dlls. Before that you must copy all these dlls in the system32 folder

      Comment

      • aru123
        New Member
        • Feb 2008
        • 13

        #4
        Originally posted by debasisdas
        Copy the files to C:\windows\syst em32 folder and the use the REGSVR32 to register those with windows.


        I have to registered the .dll it is giving msg successfully registered but again while installing it is giving me the same error msg .dll not registered.

        plz tell when should i registered the dll, while creating the setup or while installing the setup.

        waiting for ur reply.

        Comment

        • aru123
          New Member
          • Feb 2008
          • 13

          #5
          Originally posted by firozfasilan
          For Registering it,
          Got to command prompt then type, regsvr32 commonobjmodel. dll like wise you can register all the requrired dlls. Before that you must copy all these dlls in the system32 folder

          I have to registered the .dll it is giving msg successfully registered but again while installing it is giving me the same error msg .dll not registered.

          plz tell when should i registered the dll, while creating the setup or while installing the setup.

          waiting for ur reply.

          Comment

          Working...