regsvr32
regsvr32 and windows installer
My project uses several dll files with activex controls. Now I am making a deployment project (windows installer).[详细]
2022-12-24 23:32 分类:问答E_FAIL on DllRegisterServer in Win2008 R2 x64
We are getting the error below calling c:\\windows\\syswow64\\regsvr32.exe on Windows Server 2008 R2 x64.This used to work fine on Win2003 x64, with our 32-bit COM DLLs, so we could use them from 32-b[详细]
2022-12-21 04:51 分类:问答Even after running Regsvr32, I get aximp error
I have a 32-bit ActiveX control written in C++. When trying to import it to .Net app using aximp on a 64 bit machine, it gives[详细]
2022-12-18 16:36 分类:问答Do I need to register the COM dll to be able to reference it on the .NET project?
I\'m trying to reference a COM dll in visual studio by using the Browse tab and selecting the DLL. I noticed that if the DLL is registered on the system with regsvr32 I can reference it, but if it\'s[详细]
2022-12-13 08:11 分类:问答regsrv32 dllregisterserver output
we\'re shipping a shell extension dll (registered with regsvr32). is there an easy way to get debug output from this dll from another application (so we ca开发者_如何学Cn send these traces home when s[详细]
2022-12-08 16:23 分类:问答