Top "Dllregistration" questions

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
How do I register a .NET DLL file in the GAC?

I have made a .NET .DLL file, which I want to register in the GAC. I have used this command …

c# gac dllregistration
ActiveX component can't create object

I have just installed a third party app on my Windows Server 2008 server and I get the ActiveX Component can't …

dll vbscript activex windows-server-2008 dllregistration
How to repair COMException error 80040154?

Moving a working C# project from a 64-bit Windows 7 machine to a 32-bit XP machine caused the following error: Retrieving …

.net exception com dllregistration
How to unregister the assembly registered using regasm

I registered one of my dlls on the development machine using regasm as below (ASP application) In a cmd prompt, …

dll asp-classic dllregistration
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
Hand Install of 64-bit MS Access ODBC drivers when 32-bit Office is present

I want to do a hand install of the MS Access 64 bit odbc drivers. Uninstalling 32 bit Office and installing 64 bit …

ms-access 64-bit odbc registry dllregistration
How to register a 32-bit .DLL COM+ application on Windows 2008 R2

I have read through all the similar questions but am not finding my exact problem answered. I have tried all …

windows-server-2008-r2 com+ dcom dllregistration
Problem registering a dll - Access Denied

When trying to run regasm in Win2008 Server: regasm "C:\Program Files\FooProg\Bar.dll" /tlb:"C:\Program Files\FooProg\…

regasm dllregistration