Re: [DOTNET] Remoting question

2002-06-04 Thread Stan LaRue
taking the time to help. Stan -Original Message- From: The DOTNET list will be retired 7/1/02 [mailto:[EMAIL PROTECTED]] On Behalf Of Mike Woodring Sent: Tuesday, June 04, 2002 3:20 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Remoting question Which machine is getting the exception

Re: [DOTNET] Remoting question

2002-06-04 Thread Mike Woodring
lt;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 12:39 PM Subject: Re: [DOTNET] Remoting question > FileNotFoundException if I remember correctly (I dont have access to the > code right now). I should also mention that the MBR is an object factory > tha

Re: [DOTNET] Remoting question

2002-06-04 Thread Stan LaRue
evresources > >- Original Message - >From: "Stan LaRue" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, June 04, 2002 9:18 AM >Subject: [DOTNET] Remoting question > > >> Could someone please tell me if it is possible for a method in

Re: [DOTNET] Remoting question

2002-06-04 Thread Mike Woodring
- From: "Stan LaRue" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 9:18 AM Subject: [DOTNET] Remoting question > Could someone please tell me if it is possible for a method in a > MarshalByRefObj to return a marshal by value object? I'

Re: [DOTNET] Remoting question

2002-06-04 Thread Peter Laan
It's possible. Peter - Original Message - From: "Stan LaRue" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 5:18 PM Subject: [DOTNET] Remoting question > Could someone please tell me if it is possible for a method in a > Marsh

[DOTNET] Remoting question

2002-06-04 Thread Stan LaRue
Could someone please tell me if it is possible for a method in a MarshalByRefObj to return a marshal by value object? I've tried but I can't seem to make it work. So I am assuming it is not possible. Stan You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to ot

Re: [DOTNET] Remoting Question

2002-04-29 Thread Deepak Rao
Henderson > Sent: Tuesday, April 30, 2002 12:00 AM > To: [EMAIL PROTECTED] > Subject: [DOTNET] Remoting Question > > Hi All... > > I've written a medium-sized multi-threaded server - currently hosted as a > windows service - in addition to the server classes I have a

[DOTNET] Remoting Question

2002-04-29 Thread Alex Henderson
Hi All... I've written a medium-sized multi-threaded server - currently hosted as a windows service - in addition to the server classes I have a "watcher" class which attaches to server and is derived from System.MarshalByRefObject, it acts as a façade picking up statistics from the inner working