[Mono-list] Re: Remoting
peter
apvx95 at dsl.pipex.com
Mon Oct 17 19:13:07 EDT 2005
Robert Jordan wrote:
> Hi Peter,
>
> If RemoteSumsObject has a namespace, you must specify it in the
> wellknown-type attribute as well.
>
> Rob
Hi Rob,
Yesssss!
Very, very interesting.
There are obviously a couple of differences between the Windows
implementation and the mono implementation that I need to bear in mind
when building cross-platform code. This particular one will be fine.
I'm sure Windows won't complain about having the fully qualified name -
although I'll test that tomorrow just to be sure.
The other thing I've found is that in the server config file where I
specify <customErrors mode="off">, I need a capital "O" for Windows and
a small "o" for mono. Given that it's a config file there's no big deal
about that, but it is something that cross-platform developers would
have to bear in mind.
The final thing is that mono fails if there's a mistake in the config
file. Windows doesn't. I think mono has it right in this case.
Many thanks for you quick response Rob - and for getting it right :)
Cheers
Peter
More information about the Mono-list
mailing list