This will re-register the concerned DLL file using the Windows OS tool regsvr32.exe. The Regsvr32 tool is a command-line utility that can be used for registering, and un-registering OLE controls as ...
This is probably a pretty simple question, but how do you go about registering a class DLL built in VB.NET on a client machine? I have a class DLL that's going to be accessed by an application that's ...
Okay, basic situation:<BR><BR>I have a VB COM DLL that interfaces with a C library to run some functionality that for various reasons can't be rewritten in VB (or even COM). About halfway through this ...