Remoting & CAO Question
From: Z D (nospam_at_nospam.com)
Date: 10/28/04
- Next message: Ignacio Machin \( .NET/ C# MVP \): "Re: icon stupid"
- Previous message: Ignacio Machin \( .NET/ C# MVP \): "Re: Organising classes in C# in Visual Studio ?"
- Next in thread: Ken Kolda: "Re: Remoting & CAO Question"
- Reply: Ken Kolda: "Re: Remoting & CAO Question"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 28 Oct 2004 11:02:52 -0400
Hello,
Is it true that I need to push the DLL for my entire class if I wish to use
CAO remoting???
Can't I just use an Interface to the class on the client side and
instantiate the object in a similar fashion to using SAO Singleton with an
interface? ie:
Dim MyPerson As IPerson
MyPerson = Activator.GetObject(GetType(IPerson), <RemotingURL>)
How can I do this using CAO in a similar fashion?
Thank's in advance,
-ZD
- Next message: Ignacio Machin \( .NET/ C# MVP \): "Re: icon stupid"
- Previous message: Ignacio Machin \( .NET/ C# MVP \): "Re: Organising classes in C# in Visual Studio ?"
- Next in thread: Ken Kolda: "Re: Remoting & CAO Question"
- Reply: Ken Kolda: "Re: Remoting & CAO Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|