Problem in Registering dll in Windows

Discussion in 'other software & services' started by vasu436, Oct 18, 2012.

Thread Status:
Not open for further replies.
  1. vasu436

    vasu436 Registered Member

    Joined:
    Oct 18, 2012
    Posts:
    2
    Location:
    India
    Hi,

    I am trying to register msvcrt20.dll in windows7 with command
    regsvr32 msvcrt20.dll
    I already ran my command prompt with admin rights, but it is throwing the following error

    The module "msvcrt20.dll" was loaded but the entry-point DLLRegisterServer was not found

    Can some one help me
     
  2. stackz

    stackz Registered Member

    Joined:
    Dec 27, 2007
    Posts:
    646
    Location:
    Sydney Australia
    msvcrt20.dll can't be registered as it does not export the functions:

    * DllRegisterServer
    * DllUnregisterServer

    What is the actual problem that you're trying to solve?
     
  3. vasu436

    vasu436 Registered Member

    Joined:
    Oct 18, 2012
    Posts:
    2
    Location:
    India
    Hi,
    I am doing VB6
    In my VB6 code i used statement as follows

    Set xmldoc = New MSXML2.DOMDocument26

    It is working fine in windows server 2003 but it is throwing an error in windows7 as "ActiveX component can't create object 429"

    So, I used a statement as follows

    Set xmldoc = New MSXML2.DOMDocument30

    Now it is working fine in both windows7 and windows server 2003

    so, i hope this is a dll issue in windows7

    so, i am trying to register the dlls msvcrt20.dll and msxml.dll

    msvcrt20.dll is successfully registered when i ran with admin rights in folder SysWOW64.

    But msxml.dll is not registering....I tried in both System32 and SysWOW64

    Regards
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.