I have a .net dll to be used in vb6 project, i have registered the dll using regasm and added reference to dll in vb6 project on my development machine. But i want to run the application on different machines is there any way to run the project without registering it using regasm?
Please suggest me on this.