[Mono-dev] Did anyone use SocketAsyncArgs in production?

2011-05-01 Thread Dfgqq Dfgqq
Hi All currently i am planning to migrate my tcp server from win32 to linux. However one of my piece of codes did fail with Mono 2.10 but works fine with .net 4.0. this piece of code is somehow like SocketAsyncArgs arg = new SocketAsyncArgs() .. after a while.. invoke

Re: [Mono-dev] Did anyone use SocketAsyncArgs in production?

2011-05-01 Thread Alex
Hi, It would really help if you could post the exception that you're getting. Regards, Alex 2011/5/1 Dfgqq Dfgqq dynami...@gmail.com: Hi All     currently i am planning to migrate my tcp server from win32 to linux. However one of my piece of codes did fail with Mono 2.10 but works fine with

Re: [Mono-dev] ASP.NET MVC 3 with Razor on Mono 2.10.1 ?

2011-05-01 Thread Quandary
Thanks Robert, that helped somewhat. Now, the following dll's are in the bin directory: ls *.dll MyProject.dll System.Web.Routing.dll System.Web.Entity.dll System.Web.WebPages.Administration.dll System.Web.Extensions.dll System.Web.WebPages.Deployment.dll System.Web.Helpers.dll

Re: [Mono-dev] ASP.NET MVC 3 with Razor on Mono 2.10.1 ?

2011-05-01 Thread Marek Habersack
On Sun, 01 May 2011 18:52:21 +0200 Quandary quandar...@hailmail.net wrote: Hey, Thanks Robert, that helped somewhat. Now, the following dll's are in the bin directory: ls *.dll MyProject.dll System.Web.Routing.dll System.Web.Entity.dll

Re: [Mono-dev] StackOverflow on System.Delegate.Equals

2011-05-01 Thread pwo
Hi, I'd like to provide some additional data on this problem. I added some code into Equals method of System.MulticastDelegate that uses Object.ReferenceEquals(this,this.prev) to check whether this == this.prev, I used it instead of this.Equals(this.prev) because we suspected that original

Re: [Mono-dev] StackOverflow on System.Delegate.Equals

2011-05-01 Thread Zoltan Varga
Hi, This was probably caused by: https://bugzilla.novell.com/show_bug.cgi?id=687902 https://bugzilla.novell.com/show_bug.cgi?id=687902which is now fixed. Zoltan On Mon, May 2, 2011 at 2:45 AM, pwo szy...@onet.pl wrote: Hi, I'd like to provide some additional data on

Re: [Mono-dev] ASP.NET MVC 3 with Razor on Mono 2.10.1 ?

2011-05-01 Thread Quandary
Nope, doesn't go away. Besides, I don't use Entity, it was just referenced by a JQuery example I integrated (with removing everything Entity). On 05/01/2011 08:56 PM, Marek Habersack wrote: On Sun, 01 May 2011 18:52:21 +0200 Quandary quandar...@hailmail.net wrote: Hey, Thanks Robert, that