CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2017
    Location
    Switzerland, Wallisellen
    Posts
    14

    regsvr32 off my own NmsCmCommon.dll failes with was loaded, but the DllRegister

    In Our Visual Studio 2015 our unmanaged NmsCmCommon.dll can not be registerd with regsv32

    when i let run «C:\WINDOWS\System32\regsvr32.exe /C NmsCmCommon.dll» this is as much as i know the X64 Bit Version i geht the Error:
    The modules NmsCmCommon.dll is loaded but the entry-point DLLRegistryServer was not found.
    Make sure that NmsCmCommn.dll is a valid DLL or OCX File and the try again.


    But i do not really changed something in my dll for the migration to X64 ? I dont understand why this happens,
    Last edited by ThomasAndreas Kocher; March 15th, 2019 at 04:47 AM.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: regsvr32 off my own NmsCmCommon.dll failes with was loaded, but the DllRegister

    Quote Originally Posted by ThomasAndreas Kocher View Post
    ...
    The modules NmsCmCommon.dll is loaded but the entry-point DLLRegistryServer was not found.
    Make sure that NmsCmCommn.dll is a valid DLL or OCX File and the try again.
    And does the DLLRegistryServer really exists within NmsCmCommon.dll?
    Victor Nijegorodov

  3. #3
    Join Date
    Feb 2017
    Location
    Switzerland, Wallisellen
    Posts
    14

    Re: regsvr32 off my own NmsCmCommon.dll failes with was loaded, but the DllRegister

    The Proble was a pragma whish exported this fuction i had removed it instead of adapting it

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: regsvr32 off my own NmsCmCommon.dll failes with was loaded, but the DllRegister


    Glad, you have solved it!

    PS:
    Say "Hello!" Wallisellen from me! (I worked there more than six years!)
    Victor Nijegorodov

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