I am trying to deploy a .NET COM interop dll for a web application. During development, for the assembly that needs to register for COM interop, I have the \"Register for COM interop\" option checked
I\'m having a weird problem when trying to register the .dll i created using regsvr32. During development everything went fine, the debug version registers and works fine. Now i wanted to create a Re
I\'ve been stuck on this one for a while. I\'ll try explain in the simplest terms and at the best of my knowledge. I will honour any help.
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 want to create a simple MSI to install some DLLs into programs, similar to how Telerik installs itself.
I\'m trying to build our web application automatically. I need to be a开发者_如何学Goble to copy the VB6 DLL\'s to a server and register them since the webapp is using them as a backend. I can\'t seem