regsvr32
-
hello, i have dll which i can register in one computer, using regsvr32 c:\name.dll but at the other computer (with fresh installation of xp) i cant register the same dll i get the folowing error - module not found... eventhough it's there! wh is that? thnx
-
hello, i have dll which i can register in one computer, using regsvr32 c:\name.dll but at the other computer (with fresh installation of xp) i cant register the same dll i get the folowing error - module not found... eventhough it's there! wh is that? thnx
-
Sometimes, Your "name.dll" in turn would refer to other dlls internally. So You need to check its dependencies first. Copy those dlls to the system directory. Now your "name.dll" would get registered successfully.
Wanted: Good Sig.
the name.dll depends on various dll files - i used the depndenct viewer of vs6 to check it. all the files exist on the target computer... so what else can i do? also i tried to use the property - selfreg in the install kit wizard which comes in vs2005, but when i execute the installation on the target computer, i get an error - the dll was unable to register..
-
the name.dll depends on various dll files - i used the depndenct viewer of vs6 to check it. all the files exist on the target computer... so what else can i do? also i tried to use the property - selfreg in the install kit wizard which comes in vs2005, but when i execute the installation on the target computer, i get an error - the dll was unable to register..
All of the files exist, but are they the correct versions that your .DLL is expecting?? Probably not...
Dave Kreskowiak Microsoft MVP - Visual Basic