call RPC directly in vb.net

mohidsheik

New member
Joined
Feb 23, 2005
Messages
1
Programming Experience
5-10
While we are migrate our old vb app into vb.net , we are facing performance issues like when we use the exising RPC client components( which connects to the RPC server component and fetches the data) using .net interop.

Is there a way, where we can can access the RPC server directly in vb.net ( have access to the source code for both RPC server and client )

Note : we cannot migrate these components into .net remoting, as these RPC components are in use by other apps

Please suggest how to proceed further .

Thanking you
 
Back
Top