I have registered a type library on a server (server 1) using REGASM. The type library allows me to use code in a VB.NET DLL from a VB6 application.
Ideally the VB.NET DLL needs to access code in another VB.NET project on another server (server 2). I have added the DLL of VB.NET project 2 as a reference in Visual Studio, which has project 1 open. This works ok.
If a VB6 has a reference to a type library to use VB.NET code, then can the VB.NET project use code in another VB.NET applications that are registered in the Global Assembly Cache that is registered on the same PC?