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 ...