Tag Archives: com

Register and Unregister COM DLL from .NET Code

Background The command regsvr32 is used to register a native, unmanaged code DLL so that it is available via COM. With a registered DLL you can use COM Interop to call that code from .NET Managed code. Regsvr32 is unmanaged … Continue reading

Posted in .NET, Code | Tagged , | 4 Comments