[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

Re: .net remote late bound client -how to

Sam Santiago

8/5/2004 5:52:00 AM

Check out step #5 here:

Basic Remoting Task List
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconBasicRemotingTa...

You can remote an interface, so that your clients will not have a reference
to the server assembly, but to the interface assembly. I have not read
about any method to do dynamic discovery with remoting. I think an
interface is a nice compromise since it will ensure at compile time that
both the client and the server will be able to communicate with each other
vs. having it wide open and having many unpredictable elements to deal with.

Thanks,

Sam

--
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTe...
_______________________________
"Lou Feicht via .NET 247" <anonymous@dotnet247.com> wrote in message
news:uNJNb0heEHA.3984@TK2MSFTNGP10.phx.gbl...
I have a remote server app and a client app. I would like the client to
function without having to "know about" the server app at compile. I do not
want to have to have a reference to the server dll in my client app, instead
I would like to dynamically discover the server and create a proxy at client
runtime.

Is this possible and does anyone know of any code examples?

--------------------------------
From: Lou Feicht

-----------------------
Posted by a user from .NET 247 (http://www.dotn...)

<Id>Egv2coIpRkuwv/PjoLo7HQ==</Id>