[Mono-list] SocketAsyncEventArgs Implementation

2009-02-19 Thread zvikag
Hello, The new Socket.XXXAsync APIs were added to the .NET FW to "...provide an alternative asynchronous pattern that can be used by specialized high-performance socket applications. This class was specifically designed for network server applications that require high performance." (MSDN) I was

[Mono-list] No child nodes...

2009-02-19 Thread Corey Hart
All, I'll admit I am brand new to mono.  I'm trying to get a hunk of code working for a customer that works under win03 and win08 under IIS but they want to move it over to linux / mono environment. I've hit the googles and only found a few references to this error and in most of the cases th

Re: [Mono-list] No child nodes...

2009-02-19 Thread Bálint Kardos
hi, you've a badly formatted web.config file, something errorous in the section. üdvözlettel with regards Kardos Bálint ___ http://skaelede.hu 10 (0xA) év a magyar weben On Thu, Feb 19, 2009 at 17:27, Corey Hart wrote: > > All, > > I'll admit I am brand ne

Re: [Mono-list] No child nodes...

2009-02-19 Thread Corey Hart
Hi Balint, Thanks you for the quick reply. Here is what is located in my web.config. I'm not sure what is valid under mono and what isn't. Sorry for my ignorance. Thanks, .

Re: [Mono-list] No child nodes...

2009-02-19 Thread Robert Jordan
Corey Hart wrote: > No child nodes allowed here. (node name: pages) () ... > Version information: Mono Version: 1.1.4322.2032; ASP.NET Version: > 1.1.4322.2032 .NET 1.1 does not support child elements in . Are you sure that your site is compatible with .NET 1.1? Robert _

Re: [Mono-list] No child nodes...

2009-02-19 Thread Corey Hart
Robert, Thanks for all the information. The application was indeed written for ASP 2.0. I made the changes to my mod_mono to call mono-server2 and now I am just getting a general application error. http://dpaste.com/122715/ Is there any other place to look for debug information on what migh

Re: [Mono-list] No child nodes...

2009-02-19 Thread Bálint Kardos
Hi, before posting questions to a mailing list... a) what about reading and understanding the error message first? b) doing what the error message says, modify the web.config file to show the error message? --> c) you can always look up apache's (virtualhosts') error.log file (/var/log/httpd o

Re: [Mono-list] No child nodes...

2009-02-19 Thread Corey Hart
Balin, Thanks for the tips. And was in the process of making the changes as I fired off a mail to the list. I was trying to cover all my bases. I did check all the relevant apache logs and they were clean had no errors. Thanks for your patience I appreciate it. As I said I'm trying to imple

Re: [Mono-list] No child nodes...

2009-02-19 Thread Robert Jordan
Corey Hart wrote: > Here is the latest error I am receiving. > > http://dpaste.com/122741/ Check whether vnbc (mono's visual basic compiler) is installed. Robert ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/lis

Re: [Mono-list] SocketAsyncEventArgs Implementation

2009-02-19 Thread Robert Jordan
zvikag wrote: > Is there any plan to rewrite this code in the future? Please file an enhancement bug at http://mono-project.com/Bugs Robert ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] No child nodes...

2009-02-19 Thread Bálint Kardos
http://lists.alioth.debian.org/pipermail/pkg-mono-devel/2005-February/000369.html the first result in a Google search for "Process has not been started." if still not working, follow with: http://go-mono.com/forums/#nabble-td16333874 üdvözlettel with regards Kardos Bálint

Re: [Mono-list] No child nodes...

2009-02-19 Thread Corey Hart
Robert, This was the missing piece. Thank you all for your help. ...corey --- On Thu, 2/19/09, Robert Jordan wrote: > From: Robert Jordan > Subject: Re: [Mono-list] No child nodes... > To: Mono-list@lists.ximian.com > Date: Thursday, February 19, 2009, 2:24 PM > Corey Hart wrote: > > Her

Re: [Mono-list] Console.ReadKey() => no spezial chars on Linux

2009-02-19 Thread Chris Howie
On Mon, Feb 16, 2009 at 4:33 PM, Paebbels wrote: > Home returns on Windows ConsoleKey.Home, on Mono ConsoleKey.Esc with ASCII > Char 27 (also: End, Delete, ) It seems in the case that Mono is not translating CSI escape codes to their corresponding symbolic value. For example, if you strike t

Re: [Mono-list] Console.ReadKey() => no spezial chars on Linux

2009-02-19 Thread Paebbels
How can I do this? Are you sure thats a mono problem and not linux, environment or shell based? like encoding, char tables (I haven'd found something like this...) Have you any expericenes with GetLine.cs from Miguel de Icaza or any knowledge about the new Mono.Terminal namespace? I have read of

Re: [Mono-list] Console.ReadKey() => no spezial chars on Linux

2009-02-19 Thread Chris Howie
On Thu, Feb 19, 2009 at 5:27 PM, Paebbels wrote: > How can I do this? Make a table of the escape sequences and match them. :) > Are you sure thats a mono problem and not linux, environment or shell based? When you strike the home key, whether in a GUI terminal or a VT, ESC "OH" is exactly what

[Mono-list] Mono 2.6 and 2.8

2009-02-19 Thread Garth Keesler
I noticed in the roadmap that Mono 2.6 and 2.8 share the same delivery date of Sept 09. I'm really interested in 2.6 and Linq to DB (SQL) and I hope that this is really scheduled for June 09 instead of the later date. Any chance of this being the case? Thanx, Garth _

Re: [Mono-list] More .NET and mono floating point inconsistencies

2009-02-19 Thread ddambro
Hi, Thanks for looking into my issues. I hope my post didn't come across as rude or anything, I was really just looking to ask if it was better to post issues here or directly to Bugzilla. I'm sure there are far more important issues than my weird floating point inconsistencies. For the curi