Re: Remoting Help Required
From: Mark (m_at_ark.com)
Date: 11/15/04
- Next message: Tym: "Icons"
- Previous message: Imran Koradia: "Re: is there a vb.net equivalent for CreateObject?"
- In reply to: W.G. Ryan eMVP: "Re: Remoting Help Required"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Nov 2004 08:28:49 +1100
W.G. Ryan eMVP wrote:
> The way you're approaching it definitely isn't the easy way. You can use a
> .config file, register it as a well known type and as long as it's in the
> bin directory of the Remoting Server you're good to go. This means that you
> can have the same .dll running on 20 different boxes and have 20 different
> instances of your app out there pointing to a separate instance of that dll.
> Not saying that you'd want to but I'm just mentioning it for the sake of
> illustration.
>
> You don't need to .dll at all on the client machine and by hosting it on a
> machine that's running your remoting server as a service or using IIS - then
> you can just stick everything there- register it in the config file and
> you're gold.
>
>
> http://www.knowdotnet.com/articles/goingremotei.html
>
The problem is I'm stuck with this particular monkey on my back, and
can't work out why the almost identical second piece of code doesn't run.
Would you have any pointers or ideas that might explain the two
CreateDomain calls acting differently?
Mark
- Next message: Tym: "Icons"
- Previous message: Imran Koradia: "Re: is there a vb.net equivalent for CreateObject?"
- In reply to: W.G. Ryan eMVP: "Re: Remoting Help Required"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|