Need your help in a situation like I am having a Visual Basic 6.0 dll. It contains classes and modules. Now I have created a Web application(n-tier app) using the VB.Net and ASP.Net.
I want to re-use the classes, functions, methods that is available in the VB 6.0 dll. Please tell the steps to be followed for re-using this.
Just right click References in the project. Choose Add Reference, browse, and browse to the DLL. Visual Studio will make a .NET compatible wrapper in the background and it should pretty much work, if I remember correctly.