[Mono-dev] The mcs can not find NpgsqlConnection in Npgsql

2007-11-14 Thread bookman bookman
Hi , I planed to port my asp.net project to Linux ,i chose ubuntu as server.These are the chosen platform: ubuntu7.10-GutsyGibbon mono-1.2.5.1 mod_mono-1.2.5 httpd-2.2.6 postgres-8.2.5 Npgsql2.0beta1-bin-mono2.0.tar.bz2 The document root of the website is as follows: --myWeb --myWeb/bin

Re: [Mono-dev] mbas

2007-11-14 Thread Alan McGovern
mbas is the old compiler and is now obsolete. It's been replaced by a new compiler as part of last summers SoC: http://www.mono-project.com/VisualBasic.NET_support Alan. On Nov 14, 2007 3:38 PM, Paul F. Johnson [EMAIL PROTECTED] wrote: Hi, Are there any plans to remerge mbas back into the

[Mono-dev] mbas

2007-11-14 Thread Paul F. Johnson
Hi, Are there any plans to remerge mbas back into the main mono tarballs? Also, last time I tried to build it, mbas wouldn't build under Linux - is this still the case? TTFN Paul -- Get your free @ukpost.com account now http://www.ukpost.com/ ___

Re: [Mono-dev] Status of CodeAccessSecurity (CAS)?

2007-11-14 Thread Sebastien Pouliot
Hello David, On Wed, 2007-11-14 at 11:24 -0500, David Wolinsky wrote: In mono version r88278 ... this code crashes really bad (see below). CAS [1] support is experimental and unsupported. This is unlikely to change in the near future (but contributions are still welcome) as we will

[Mono-dev] Status of CodeAccessSecurity (CAS)?

2007-11-14 Thread David Wolinsky
In mono version r88278 ... this code crashes really bad (see below). I just wanted to know if anyone was actively working on this? Also is anyone working on the FileIOPermission? Regards, David using System; using System.Net; using System.Net.Sockets; using System.Text; using

[Mono-dev] [PATCH] Javascript error with CompareValidator

2007-11-14 Thread Juraj Skripsky
Hi Marek, There's a small typo in WebUIValidation_2.0.js which causes Javascript errors when using CompareValidators and client-side validation. The attached patch fixes this. May I commit? - Juraj Index: resources/WebUIValidation_2.0.js

[Mono-dev] [PATCH]UInt32.Parse optimization

2007-11-14 Thread Prakash Punnoor
Hi, a small optimization which gives me about 7% speed gain. --- UInt32.cs.old 2007-11-14 20:24:38.359166220 +0100 +++ UInt32.cs 2007-11-14 20:25:18.031114016 +0100 @@ -137,9 +137,8 @@ for (; i len; i++) { c = s [i]; -