Yes, you read it right, I need to call a DLL I've written in C# 2 from a VB 6 application.<BR><BR>I've found loads of examples on the net of how to do this for C# 1, but none of them seem to work with ...
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 ...