[Mono-list] Re moting from Mono to Windows freezes

Robert Jordan robertj at gmx.net
Sun Jun 7 17:34:26 EDT 2009


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



More information about the Mono-list mailing list