Hi, Sire404 wrote: > Mono freezes on the line "remoteData = new RemoteData()" which tries to > create the remote object. Change both RemotingConfiguration.Configure occurrences from RemotingConfiguration.Configure (...., true) to RemotingConfiguration.Configure (...., false) as mono does not support secured channels. Robert