Hi Peter,
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.
.NET demands the namespace as well. However, since .NET is evaluating the <wellknown>-entries on demand, it will throw an exception only when a client is trying to connect.
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.
Oh, this has to be fixed. Rob _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
