[Mono-aspnet-list] Distributed Cache solution?

2011-03-23 Thread Tim Nelson
I had Membase/Memcached running perfectly under Windows. I ported my application to Mono and even though Membase server is working fine I am struggling to get the C# Client working with Mono. Does anyone have this mix running? Are there other distributed cache solutions for Asp.Net/C#/Mono/*nix

Re: [Mono-aspnet-list] Distributed Cache solution?

2011-03-23 Thread cfi
Hi, I'm using BeIT (http://code.google.com/p/beitmemcached/) and its running fine under mono. regards cfi -- View this message in context: http://mono.1490590.n4.nabble.com/Distributed-Cache-solution-tp3399623p3399644.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com.

Re: [Mono-aspnet-list] System.Web.HttpException: Unable to validate data

2011-03-23 Thread ajwtech
I never found a resolution however It is no longer happening. -- View this message in context: http://mono.1490590.n4.nabble.com/System-Web-HttpException-Unable-to-validate-data-tp3383560p3401432.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com.

[Mono-aspnet-list] Send and recieve database info using stored procedures and MySQL.

2011-03-23 Thread ajwtech
Ok, So I have some C# in an ASP.net page that sends parameters to a MySQL Stored Procedure. I get the error that you see below. I have included the Error, the C# and the stored procedure. I think the problem has something to do with this line: AddParamToSQLCmd(sqlCmd, @ReturnValue,

Re: [Mono-aspnet-list] Send and recieve database info using stored procedures and MySQL.

2011-03-23 Thread ajwtech
Found the solution. I changed: AddParamToSQLCmd(sqlCmd, @ReturnValue, MySqlDbType.Int32, 0, ParameterDirection.ReturnValue, null); to: AddParamToSQLCmd(sqlCmd, @ReturnValue, MySqlDbType.Int32, 0, ParameterDirection.INOUT, null); -- View this message in context:

Re: [Mono-dev] Minimal required set to Redistribute Mono

2011-03-23 Thread Miguel de Icaza
I' am trying to understand what are the minimal required runtime libraries needed if I need to redistribute Mono with my application. We had the impression initially that we would have installation of Mono Framework as a pre-requisit on end computers (mostly Mac). Now it has been decided to go

Re: [Mono-dev] Minimal required set to Redistribute Mono

2011-03-23 Thread vinay_rk
Hi Miguel, Thanks for the response. Are you suggesting that I run mkbundle/monomac tool on my assemblies to find out what mono libraries I need ? I can start trying that, but the issue is that we are planning to use mono in our product (written in .Net) which consists of quite a large number of

Re: [Mono-dev] Minimal required set to Redistribute Mono

2011-03-23 Thread Duane Wandless
I ran mkbundle, examined its output, then included that set of DLLs. Not the result of mkbundle. Then added a few more that it missed. mkbundle was 95% accurate. On Wed, Mar 23, 2011 at 3:18 AM, vinay_rk vinay.kash...@ironmountain.comwrote: Hi Miguel, Thanks for the response. Are you

[Mono-dev] Setting XSetErrorHandler in Cs ?

2011-03-23 Thread Quandary
Question: I started porting XSendEvent of KeyboardKeys from C to C#. I have only one minor question: Consider the below method ResizeWindow: How can I set XSetErrorHandler to a managed code (C#) function ? Delegate ? // gcc -o xwinspy xwinspy.c -L/usr/X11R6/lib -lX11 // ERROR HANDLER, GENERIC

Re: [Mono-dev] Setting XSetErrorHandler in Cs ?

2011-03-23 Thread Oskar Berggren
You need to define delegate that matches the signature of the callback, and pass this down from managed code. The CLR will then do the necessary marshalling. Something like this: http://blogs.msdn.com/b/davidnotario/archive/2006/01/13/512436.aspx /Oskar 2011/3/23 Quandary

Re: [Mono-dev] Setting XSetErrorHandler in Cs ?

2011-03-23 Thread Quandary
Thanks, wow that was fast. I'll take not throwing Exceptions into consideration. Wonder what happens, can't wait to try it out. Stefan Am 23.03.2011 13:34, schrieb Oskar Berggren: You need to define delegate that matches the signature of the callback, and pass this down from managed code. The

Re: [Mono-dev] Minimal required set to Redistribute Mono

2011-03-23 Thread David Mitchell
We distribute a subset of Mono in our application bundle. We do a lot of pretty weird stuff (our app is actually a Cocoa/Objective-C application that calls into managed code for much of its logic), and we had to make a custom build of Mono to fix a number of blocking bugs that we discovered along

[Mono-dev] gmcs : compiling website periodically 3-4 minutes

2011-03-23 Thread Hugo Ribeiro
Probably a newbie question, but i came from an old version of mono and xsp(fastcgi-server2) and this didn't happen. I have a website fully compiled running on nginx + fastcgi (mono), latest version of mono and xsp. /usr/bin/mono /usr/lib/mono/2.0/fastcgi-mono-server2.exe /socket=tcp:9003

Re: [Mono-dev] gmcs : compiling website periodically 3-4 minutes

2011-03-23 Thread Robert Jordan
On 23.03.2011 18:19, Hugo Ribeiro wrote: all was good, the problem arises passing 3-4minutes he does this again without any changes. This is being done periodically in intervals of 3-4 minutes. Any reason for him keep getting compiled on the temporary? Try to disable Mono's file system watcher

[Mono-dev] mono wcf

2011-03-23 Thread hiking
hi, i want to know if the mono works in the below situation. i have a server writing by wcf: static void Main(string[] args) { ServiceHost host = new ServiceHost(typeof(Foo)); NetTcpBinding binding = new NetTcpBinding(); binding.Security.Mode =

[Mono-dev] mono wcf

2011-03-23 Thread hiking
hi, i want to know if the mono works in the below situation. i have a server writing by wcf: static void Main(string[] args) { ServiceHost host = new ServiceHost(typeof(Foo)); NetTcpBinding binding = new NetTcpBinding(); binding.Security.Mode =

[Mono-list] build mono on AIX 5.3

2011-03-23 Thread Jun Wang
Hi all, Does anyone on this list port mono lastest version to AIX 5.3? Currently one of my customer was try to build mono head on AIX 5.3 but failed. I checked mail list that IBM has ported mono to AIX. http://go-mono.com/forums/#nabble-td1532028 If customer wanna run mono on both SLES/AIX.

Re: [Mono-list] build mono on AIX 5.3

2011-03-23 Thread Jun Wang
Miguel, Thanks for your help. I will contact and update status with my customer tomorrow. Wang Jun Miguel de Icaza 03/23/11 10:08 PM Hello, Does anyone on this list port mono lastest version to AIX 5.3? Currently one of my customer was try to build mono head on AIX 5.3 but failed. Mono

[Mono-list] (no subject)

2011-03-23 Thread Anton Kucherevskiy
fat-...@inbox.ru ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] build mono on AIX 5.3

2011-03-23 Thread Ian Norton
On Wed, Mar 23, 2011 at 02:08:09PM +, Miguel de Icaza wrote: Hello, Does anyone on this list port mono lastest version to AIX 5.3? Currently one of my customer was try to build mono head on AIX 5.3 but failed. Mono does not run on AIX, and will not likely be maintained on AIX.