Hello Jigar!
Quote:
I have the remoting server having binary formatter (NOT SOAP) which is
developed in .NET 2005 (as windows service) and having shared
interface mechanism between server and the client. I want to get that
remoting server to be accessible from VB 6.0 client. Is that possible? |
Because the specification of the binary Remoting Format (BinaryFormatter) is
AFAIK not documented, the only way will be to call the Remoting Objects by
COM Interop from VB6. Maybe implemented within a seperate layer.
br GP