Top "Regsvr32" questions

You can use the Regsvr32 tool (Regsvr32.

How do I register a DLL file on Windows 7 64-bit?

I have tried to use the following code: cd c:\windows\system32 regsvr32.exe dllname.ax But this is not …

dll windows-7 64-bit regsvr32 dllregistration
Register comdlg32.dll gets Regsvr32: DllRegisterServer entry point was not found

I have Windows 7, 64-bit. I'm trying to register a .dll (comdlg32.dll) using regsvr32. But I get an error that …

windows dll regsvr32 common-dialog comdlg32
Windows 7: unable to register DLL - Error Code:0X80004005

When I tried to register a COM DLL, regsvr32 rpcrt4.dll I get the following error message: `The module "c:\…

windows-7 regsvr32
The module ".dll" was loaded but the entry-point was not found

I have a DLL which cause to an error when I run the application. The error says that the service …

asp.net dll windows-7 regsvr32 component-services
Trying to register a dll but getting error DllRegisterServer entry point was not found

I have a .net assembly dll which i am trying to register using regsvr32, but get the following error: "dll …

dll regsvr32 dllregistration
REGSVR32: the module "xxxxx.dll" failed to load ... dependent assembly could not be found

I'm having an issue with regards to registering a *.dll under Windows 7 x64. I've tried placing the *.dll in both, …

c++ windows dll regsvr32 dependency-walker
How do I register a .NET COM DLL with Regsvr32?

I have a VB6 application that uses a COM DLL. The DLL is written in C#. In the C# project …

c# com vb6 regsvr32
LoadLibrary project.dll failed. The specified module could not be found

When I try to register the 32 bit version of my C++ / ATL project with regsvr32 project.dll i'm getting this …

dll atl regsvr32
How to generate type library from unmanaged COM dll

I have to use third party, unmanaged COM dll into my .NET application. I need to modify this assembly to …

c++ com unmanaged regsvr32 typelib
Unregister DLL using regsvr32

This is driving me nuts. I registered a DLL (COM) using regsvr32 blabla.dll In the meantime, I deleted this …

registry regsvr32