Re: [Mono-dev] ** ERROR **: Type System.DateTime which is passed to unmanaged code must have a StructLayout attribute aborting...

2009-07-11 Thread Robert Jordan
Darrek wrote: I get this message when trying to run a project in Mono while using a COM dll. It errors whenever the constructor is called. Is there any way to get around this? Mono does not support DateTime marshaling for COM interop. The only way to fix this is to change the signature from

[Mono-dev] TcpServerChannel loosing connections under heavy load

2009-07-11 Thread pablosantosl...@terra.es
Hi, I'm having issues with Mono remoting under high performance networking scenarios. Some clients are rejected since the server is not able to handle connections. Look at the following code inside TcpServerChannel