Hi,
I don't know if this is the right place to ask this, but I didn't see the book listing in the books section, so I thought this was exactly the place to discuss this.
I tried the remoting example in the book Professional Design Patterns in
VB.NET (which is a book I can definitly recommend to former VB6 programmers) and if you compile it with Framework 1.0 it works perfect, however if you compile it on Framework 1.1 you get a deserialization exception. I think it has something to do with beefed up security in Framework 1.1 but I have no idea how to make this example run with Framework 1.1. Has anybody experimented with this or does anybody know what you need to do under Framework 1.1 to make this example work?