Re: [ADVANCED-DOTNET] Remoting an object that inherits from class

2004-01-29 Thread Griffiths, Ian
If the base class doesn't derive from MarshalByRefObject then it's never going to be directly remoteable. If that's the case you'll have to write a remoting facade for it. But you probably want to do that anyway, even if the base class does derive from MarshalByRefObject. It's almost invariable

Re: [ADVANCED-DOTNET] Remoting an object that inherits from class

2004-01-29 Thread Shawn A. Van Ness
Does this thread enlighten? -S http://discuss.develop.com/archives/wa.exe?A2=ind0401D&L=DOTNET- WINFORMS&P=R2314 On Wed, 28 Jan 2004 06:37:02 -0500, Bill Bassler <[EMAIL PROTECTED]> wrote: >What are the high-level steps/requirements to remote an object that already >inherits from another class?

[ADVANCED-DOTNET] Remoting an object that inherits from class

2004-01-28 Thread Bill Bassler
What are the high-level steps/requirements to remote an object that already inherits from another class? === This list is hosted by DevelopMentorĀ® http://www.develop.com Some .NET courses you may be interested in: NEW! Guerrilla ASP.NET, 26 Jan 2004, in Los Angele