My project uses several dll files with activex controls. Now I am making a deployment project (windows installer).
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
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
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
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