Mono for CSLA remoting server

Mono for CSLA remoting server

Old forum URL: forums.lhotka.net/forums/t/3152.aspx


g18c posted on Saturday, July 07, 2007

Hi, i would like to run my remoting objects with Mono on a linux box. Has anyone had experience with Mono and CSLA, and any idea how this would tie in with Apache (if it is needed at all that is)?

Thanks,

Chris

RockfordLhotka replied on Sunday, July 08, 2007

If you read through the mono docs/forums you'll quickly find that you can't use the BinaryFormatter to transfer objects between .NET and mono, because some of the internal structures of some mono objects are not the same as the internal structures of the .NET objects of the "same type".

So if you can get CSLA .NET to build under mono, you could probably use mono clients to talk to mono servers, but you can't mix and match .NET and mono in this regard.

Copyright (c) Marimer LLC