Remoting & CAO Question

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Z D (nospam_at_nospam.com)
Date: 10/28/04


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



Relevant Pages

  • Remoting & CAO Question
    ... CAO remoting??? ... Can't I just use an Interface to the class on the client side and ... Dim MyPerson As IPerson ... How can I do this using CAO in a similar fashion? ...
    (microsoft.public.dotnet.framework.remoting)
  • Remoting & CAO Question
    ... CAO remoting??? ... Can't I just use an Interface to the class on the client side and ... Dim MyPerson As IPerson ... How can I do this using CAO in a similar fashion? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Return argument has an invalid type - does remoting work reliably at all?
    ... interface back to the client as .NET Remoting will try to create it (not ... BUT I doubt it will allow you to cast it to the interface in your DLL. ... Activate an interface but that is different than remoting an interface. ... > .Net Remoting is really a pain to work with for me. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Custom Serializable Objects
    ... my own custom objects which are for all intensive purposes an Interface ... IDE so happy to auto generate and overwrite any custom code you have written ... There has got to be a way for WSDL ... As for the remoting, I know what remoting is capable of ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: What about CAO?
    ... So if I have the remoting service set as SingleCall - it's ... it's not possible to instantiate a new ... Now implement this interface on the ... > only on the client). ...
    (microsoft.public.dotnet.framework.remoting)