Re: third post: Marshal by value remoting
From: Sam Santiago (ssantiago_at_n0spam-SoftiTechture.com)
Date: 12/13/04
- Next message: Sam Santiago: "Re: TempPE?"
- Previous message: SK: "TempPE?"
- In reply to: ALI-R: "third post: Marshal by value remoting"
- Next in thread: ALI-R: "Re: third post: Marshal by value remoting"
- Reply: ALI-R: "Re: third post: Marshal by value remoting"
- Reply: ALI-R: "Re: third post: Marshal by value remoting"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 13 Dec 2004 14:34:14 -0800
Here's an example from MS KB:
How To Marshal an Object to a Remote Server by Value by Using Visual Basic
.NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;301116
Thanks,
Sam
-- _______________________________ Sam Santiago ssantiago@n0spam-SoftiTechture.com http://www.SoftiTechture.com _______________________________ "ALI-R" <newbie@microsoft.com> wrote in message news:OLODRsV4EHA.1188@tk2msftngp13.phx.gbl... >I have a remote object containg two classes ,one marked as seriazable and > the other one has inherited MarshalByRefObject.I have my own host > programme > which loads remote object on the server .On the client when I work with > the > class which has inherited MarshalByRefObject,there is no problem at > all.but > the other class which has marked with [Serializable] seems to be goofy > since > wether the host is up or not ,when I try to use it ,,it uses the local > copy > of assemly in my computer (in client) and if I change the class to inherit > MarshalByRefObject,it agian starts working.I am using config file in > client > and have to have a local copy of remote object referenced in my > application. > > I would appreciate if somebody can solve this problem,I have been posting > several messages but there is no reply yet. > > Thanks, > ALI > >
- Next message: Sam Santiago: "Re: TempPE?"
- Previous message: SK: "TempPE?"
- In reply to: ALI-R: "third post: Marshal by value remoting"
- Next in thread: ALI-R: "Re: third post: Marshal by value remoting"
- Reply: ALI-R: "Re: third post: Marshal by value remoting"
- Reply: ALI-R: "Re: third post: Marshal by value remoting"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|