regsvr32
How to register dll on win 7 64-bit processor
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开发者[详细]
2023-02-08 12:41 分类:问答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 working for me. How can I regis开发者_运维百科ter a DLL file on Windows 7 with a 64-bit[详细]
2023-02-08 07:33 分类:问答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 properties I have checked the "Register for COM interop" option. The VB6 app works fine on my develo[详细]
2023-01-25 16:12 分类:问答How to get an ActiveX component's registered path
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.[详细]
2023-01-22 09:34 分类:问答Running rgsvr32 in program files\myapp seems to fail even when run as admin
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[详细]
2023-01-18 23:04 分类:问答"regsvr32 /u " fails when there's white space in the full path of the dll?
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[详细]
2023-01-18 18:08 分类:问答Regsvr32 crashes on Windows 7
I have an x64 (64-bit) COM dll. When trying to register it with Regsvr32 on Windows 7 - Regsvr32 crashes.[详细]
2023-01-15 11:23 分类:问答Registering mozctlx.dll failed
I\'m tr开发者_Python百科ying to install Mozilla ActiveX Control v1.7.12. In the folder where the DLL resides I execute[详细]
2023-01-15 01:58 分类:问答Is there a .NET or Win32 version of regsvr32?
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[详细]
2023-01-13 12:00 分类:问答What does regsvr32 filename.ax actually do?
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[详细]
2023-01-11 15:58 分类:问答