regsvr32 error: DllRegisterServer entry point was not found

dll
36,368

Solution 1

There's an answer here. Hope it helps.

Solution 2

It might be because the dll doesn't have a DllRegisterServer entry point.

This is a .NET dll, NOT a COM dll, and so you don't regsvr32 it. Instead you need to install the Visual Studio Tools for Office from e.g. here.

Share:
36,368

Related videos on Youtube

vfportero
Author by

vfportero

Dot Net Developer in Avanzis.com

Updated on September 17, 2022

Comments

  • vfportero
    vfportero almost 2 years

    I'm triying to register "Interop.Microsoft.Office.Interop.Excel.dll" in my Windows 2003 Server but when execute the regsvr32 command i have this error:

    "Interop.Microsoft.Office.Interop.Excel.dll was loaded, but the DllRegisterServer entry point was not found. This file can nto be registered."

    How i can register this dll?

    Thanks in advance

  • vfportero
    vfportero almost 15 years
    I'm afraid not :_( In this message the user was using a wrong path to the dll file. In my case i'm copiying directly the full path from window explorer.
  • ramo102
    ramo102 almost 15 years
    To install Office PIAs you need to install Office 2003. social.msdn.microsoft.com/forums/en-US/tfsbuild/thread/…