Remoting and Scripts

I am using remoting (IPC channel) between a client and a server for IPC using .NET 2.0. Does anyone know of a way to use remoting from a vbscript (as a client)? For instance, for COM objects, one could use CreateObject. Is there something similar one can do for remoting (other than using COM Interop)?

Thanks,

Al.

[365 byte] By [AlBu70] at [2007-12-23]
# 1
Remoting will not work directly with COM interop. You will have to write a wrapper .NET client component and call it through COM interop from VB script. Or use web services :).
LucianBargaoanu at 2007-8-30 > top of Msdn Tech,.NET Development,.NET Remoting and Runtime Serialization...

.NET Development

Site Classified