Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Late binding with Remoting

Status
Not open for further replies.

wolfie78uk

Programmer
Jul 3, 2002
35
GB
Hi,

When using .NET remoting, it is my understanding that (because the client requires type information about the remote object) a copy of the assembly containing the remote object must be present on the client machine.

Is this the case? If so, surely it defeats the object of using remote objects as I would need to have a local copy that was always kept in sync with the remote version.

I would like to store a repository of remote objects in a centralized location that my various 'client' aplications can retrieve objects from on an ad-hoc basis. This would involve some form of late binding because the type information would not be known until runtime.

Any comments would be appreciated.

Thanks,

Simon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top