Merged with How do I register a DLL file on Windows 7 64-bit?. Dear All, I\'m facing problem while registering dll on windows 7 64-bit processor, for that i already use this followin开发者
I have tried to use the following code: cd c:\\windows\\system32 regsvr32.exe dllname.ax But this is not working for me. How can I regis开发者_运维百科ter a DLL file on Windows 7 with a 64-bit
I have a VB6 application that uses a COM DLL. The DLL is written in C#. In the C# project properties I have checked the "Register for COM interop" option. The VB6 app works fine on my develo
I\'ve got a registered ActiveX component which I\'m referencing in a C# project. However, I\'d like to know the original path to the actual component being run. This is not the execution path per se.
Our software needs to be able to register an ocx at runtime.The OCX lives in the program files directory of the app.I find that if I manually fire up a cmd line as admin and run the command everything
When I tried to unregister a dll : regsvr32 /u IPCamFilter1.ax A message box saying LoadLibrary开发者_JS百科(IPCamFilter1.ax) fails, how can I unregister it ? this may be a dumb answer, but are you
I have an x64 (64-bit) COM dll. When trying to register it with Regsvr32 on Windows 7 - Regsvr32 crashes.
I\'m tr开发者_Python百科ying to install Mozilla ActiveX Control v1.7.12. In the folder where the DLL resides I execute
Is there a .NET or Win32 version of regsvr32? I would like to register a COM DLL with code instead of shelling out to the regsvr32 开发者_Python百科program.The standard way of registering an assembly
regsvr3开发者_运维知识库2 filename.ax I just see it said something installed successfully,but what\'s the whole story?COM that is widely used in Windows relies on registration. A component will prov