Re: [Mono-dev] Mono 1.1.9 broken DataGrid

2005-09-28 Thread Gonzalo Paniagua Javier
On Wed, 2005-09-14 at 00:50 +0300, Slava Petrenko wrote: Hi all, It seems to me mono 1.1.9 has a broken support for DataGrid's tag asp:BoundColumn. Now property Visible of that tag doesn't affect on column's visibility, it stays visible independently from a value of Visible property.

[Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
I've updated my mono from svn this morning... There's apparently a problem with Mcs : when i try to compile a simple project with : mcs /home/hubert/Projects/test/Main.cs i get : error CS2007: Unrecognized command-line option: `/home/hubert/Projects/test/Main.cs' Compilation failed: 1

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
Le mercredi 28 septembre 2005 11:11 +0200, Hubert FONGARNAND a crit: I've updated my mono from svn this morning... There's apparently a problem with Mcs : when i try to compile a simple project with : mcs /home/hubert/Projects/test/Main.cs i get : error CS2007:

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
Le mercredi 28 septembre 2005 11:11 +0200, Hubert FONGARNAND a crit : I've filled a bug report : http://bugzilla.ximian.com/show_bug.cgi?id=76255 I've updated my mono from svn this morning... There's apparently a problem with Mcs : when i try to compile a simple project with :

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Atsushi Eno
Maybe we had better revert driver.cs in r50836 ... it would be somethat complicated to differentiate file not found and incrrect compiler options. Marek, any good ideas? Atsushi Eno Hubert FONGARNAND wrote: I've updated my mono from svn this morning... There's apparently a problem with Mcs

Re: [Mono-dev] HTTPS - MS .NET Client - Linux Mono Server - Interoperability

2005-09-28 Thread Yngve Zackrisson
Hello Sebastien, Things seems to go better for me, but I still have problems with my server side (Mono) authentication and decryption. I now use a PKCS#12 file on my server side. Se below for more info. On Tue, 2005-09-27 at 14:47, Sebastien Pouliot wrote: Hello Yngve, On Tue, 2005-27-09 at

[Mono-dev] Default code page used by mcs

2005-09-28 Thread Kornél Pál
Hi, I committed a patch that added /codepage to our mcs command line that I missed for a long time. Now we don't have to specify the encoding we use in mcs as we pass it on the command line. So mcs can be modifed to use Encoding.Default as the default code page. I think this is what most

Re: [Mono-dev] [PATCH] Reworked ImageList (updated)

2005-09-28 Thread Kornél Pál
Hi, I relocated braces to match Coding Guidelines and committed the patch as r50935. Line endings are set to native in SVN so I don't think it should be changed. Kornél - Original Message - From: Jackson Harper [EMAIL PROTECTED] To: Kornél Pál [EMAIL PROTECTED] Cc:

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Marek Safar
Hello, Fixed in SVN. Hubert, could you retest it ? Thanks, Marek Maybe we had better revert driver.cs in r50836 ... it would be somethat complicated to differentiate file not found and incrrect compiler options. Marek, any good ideas? Atsushi Eno Hubert FONGARNAND wrote: I've updated

[Mono-dev] System.Web fails to build

2005-09-28 Thread Kornél Pál
Hi, The error is the following: System.Web.UI.HtmlControls/HtmlHead.cs(162,55): error CS0122: `System.Web.UI.CssStyleCollection.BagToString()' is inaccessible due to its protection level Kornél ___ Mono-devel-list mailing list

Re: [Mono-dev] System.Web fails to build

2005-09-28 Thread Robert Jordan
The error is the following: System.Web.UI.HtmlControls/HtmlHead.cs(162,55): error CS0122: `System.Web.UI.CssStyleCollection.BagToString()' is inaccessible due to its protection level Got that as well under Linux. I'm on revision 50934. Rob ___

[Mono-dev] MapViewOfFile - I think there is a bug

2005-09-28 Thread Paul F. Johnson
Hi, According to MSDN, MapViewOfFile should be LPVOID MapViewOfFile( HANDLE hFileMappingObject, DWORD dwDesiredAccess, DWORD dwFileOffsetHigh, DWORD dwFileOffsetLow, SIZE_T dwNumberOfBytesToMap ); I have some code which looks like this dataView = MapViewOfFile(dataMap,

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
Le mercredi 28 septembre 2005 11:32 +0100, Marek Safar a crit: Hello, Fixed in SVN. Hubert, could you retest it ? Ooops Mono doesn't compile anymore: MONO_PATH=../../class/lib/default:$MONO_PATH /home/hubert/mono/mono/runtime/mono-wrapper ../../class/lib/default/mcs.exe

Re: [Mono-dev] MapViewOfFile - I think there is a bug

2005-09-28 Thread Robert Jordan
Paul F. Johnson wrote: Hi, According to MSDN, MapViewOfFile should be LPVOID MapViewOfFile( HANDLE hFileMappingObject, DWORD dwDesiredAccess, DWORD dwFileOffsetHigh, DWORD dwFileOffsetLow, SIZE_T dwNumberOfBytesToMap ); I have some code which looks like this dataView =

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
Le mercredi 28 septembre 2005 14:03 +0200, Hubert FONGARNAND a crit: Le mercredi 28 septembre 2005 11:32 +0100, Marek Safar a crit: Hello, Fixed in SVN. Hubert, could you retest it ? Ooops Mono doesn't compile anymore:

Re: [Mono-dev] HTTPS - MS .NET Client - Linux Mono Server - Interoperability

2005-09-28 Thread Sebastien Pouliot
Hello Yngve, On Wed, 2005-28-09 at 11:42 +0200, Yngve Zackrisson wrote: Hello Sebastien, Things seems to go better for me, great :) but I still have problems with my server side (Mono) authentication and decryption. I now use a PKCS#12 file on my server side. Se below for more info.

[Fwd: Re: [Mono-dev] HTTPS - MS .NET Client - Linux Mono Server - Interoperability]

2005-09-28 Thread Yngve Zackrisson
---BeginMessage--- On Wed, 2005-09-28 at 14:12, Sebastien Pouliot wrote: Hello Yngve, On Wed, 2005-28-09 at 11:42 +0200, Yngve Zackrisson wrote: Hello Sebastien, Things seems to go better for me, great :) but I still have problems with my server side (Mono) authentication

Re: [Fwd: Re: [Mono-dev] HTTPS - MS .NET Client - Linux Mono Server - Interoperability]

2005-09-28 Thread Sebastien Pouliot
Hello Yngve, On Wed, 2005-28-09 at 14:54 +0200, Yngve Zackrisson wrote: ... Should I add a PKCS#12 cert file to the Mono Store (Machine store) (mono /.../certmgr.exe -add -c -m Trust server16-cert.p12) or add only the CA to the trust store (mono /.../certmgr.exe -add -c -m Trust

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Marek Safar
Hello, Le mercredi 28 septembre 2005 à 14:03 +0200, Hubert FONGARNAND a écrit : Le mercredi 28 septembre 2005 à 11:32 +0100, Marek Safar a écrit : Hello, Fixed in SVN. Hubert, could you retest it ? Ooops Mono doesn't compile anymore: MONO_PATH=../../class/lib/default:$MONO_PATH

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Paul F. Johnson
Hi, I think mcs see /resource:resources/WebUIValidation.js as a file to compile... (because there's a slash before resource) It's compilable now. Nope. Can't get mcs to compile from source... System.Web.UI.WebControls/BoundField.cs(111,25): warning CS0114:

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Robert Jordan
Paul F. Johnson wrote: Hi, I think mcs see /resource:resources/WebUIValidation.js as a file to compile... (because there's a slash before resource) It's compilable now. Nope. Can't get mcs to compile from source... This is not the compiler.

Re: [Mono-dev] Compiling System.Web with CSC

2005-09-28 Thread Eyal Alaluf
Hi, Miguel. The option of playing with ilasm/ildasm will mess out completely the debug information. PDB uses the tokens from the DLL to identify the class, method, etc. The tokens will be completely messed up by this exercise. I will look at the output of ildasm to analyze better the .Net 2.0

Re: [Mono-dev] MapViewOfFile - I think there is a bug

2005-09-28 Thread Kornél Pál
Robert, you are wrong, when you state that uint should be used for SIZE_T. SIZE_T is an unsigned integer with the size of void* that is UIntPtr. Paul, you are right, this is a bug in mcs, I reported it: http://bugzilla.ximian.com/show_bug.cgi?id=76256 If you declare dwNumberOfBytesToMap as

Re: [Mono-dev] Compiling System.Web with CSC

2005-09-28 Thread Kornél Pál
Hi, MS ildasm is able to extract information from PDB files to IL code. If there is a PDB file it includes variable names in IL code an with /linenum switch it will emit line number information as well. MS ilasm generates a PDB with /debug switch that will contain the names of local variables

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Miguel de Icaza
Hello, Fixed in SVN. Hubert, could you retest it ? I do not like the change in r50836 and much less the follow-up fix. Marek, what were you trying to do with r50836 driver.cs? I think we should revert this to its original state and discuss the next steps. Miguel Thanks, Marek

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Marek Safar
Hello, Fixed in SVN. Hubert, could you retest it ? I do not like the change in r50836 and much less the follow-up fix. Marek, what were you trying to do with r50836 driver.cs? I think we should revert this to its original state and discuss the next steps. I fixed it to allow

[Fwd: Re: [Fwd: Re: [Mono-dev] HTTPS - MS .NET Client - Linux Mono Server - Interoperability]]

2005-09-28 Thread Yngve Zackrisson
The bug number in bugzilla for this is 76258. // Yngve Zackrisson. ---BeginMessage--- On Wed, 2005-09-28 at 15:20, Sebastien Pouliot wrote: Hello Yngve, On Wed, 2005-28-09 at 14:54 +0200, Yngve Zackrisson wrote: ... Should I add a PKCS#12 cert file to the Mono Store (Machine store)

[Fwd: Re: [Fwd: Re: [Mono-dev] HTTPS - MS .NET Client - Linux Mono Server - Interoperability]]

2005-09-28 Thread Yngve Zackrisson
---BeginMessage--- On Wed, 2005-09-28 at 15:20, Sebastien Pouliot wrote: Hello Yngve, On Wed, 2005-28-09 at 14:54 +0200, Yngve Zackrisson wrote: ... Should I add a PKCS#12 cert file to the Mono Store (Machine store) (mono /.../certmgr.exe -add -c -m Trust server16-cert.p12)

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Miguel de Icaza
Hello, I do not like the change in r50836 and much less the follow-up fix. Marek, what were you trying to do with r50836 driver.cs? I think we should revert this to its original state and discuss the next steps. I fixed it to allow compile `mcs /home/a.cs' and report error for `mcs

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Marek Safar
Hello, I do not like the change in r50836 and much less the follow-up fix. Marek, what were you trying to do with r50836 driver.cs? I think we should revert this to its original state and discuss the next steps. I fixed it to allow compile `mcs /home/a.cs' and report error for `mcs

Re: [Mono-dev] What about the Windows setup of Mono?

2005-09-28 Thread Wade Berrier
Hi Kornél, I'm working on the windows installer and it should be finished shortly. I'm shooting for today but it may be tomorrow. The good news is that after I'm done automating it the installers will be released in parallel with the mono releases. Your suggestions are very much appreciated.

Re: [Mono-dev] What about the Windows setup of Mono?

2005-09-28 Thread Kornél Pál
These are good news.:) May I have a look at the setup script before you build the installer? Kornél - Original Message - From: Wade Berrier [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Wednesday, September 28, 2005 11:47 PM Subject: Re: [Mono-dev] What about the Windows

Re: [Mono-dev] What about the Windows setup of Mono?

2005-09-28 Thread Wade Berrier
Take a look at svn for what I'm doing with the setup script: http://svn.myrealbox.com/viewcvs/trunk/release/windows-installer/ Specifically Mono_template.iss. The process I'm using is quite different than previous windows installers. That being said, there will potentially be some unexpected

Re: [Mono-dev] What about the Windows setup of Mono?

2005-09-28 Thread Daniel Morgan
Hopefully, you can continue allowing the Mono Win32 installers to allow parallel installs. I need the ability to have multiple versions of mono installed. Some application working in one version, such as, Mono 1.1.6 do not work in Mono 1.1.8. Wade Berrier wrote: Hi Kornél, I'm working

Re: [Mono-dev] What about the Windows setup of Mono?

2005-09-28 Thread Kornél Pál
Hi, I had a look at the script.:) Some notes about .a and other files not required to run Mono: I don't think that there is a need to link to Mono libraries. But a lot of people are using glib and other dependencies that come with the installer to build Mono on cygwing as it is easier to use

[Mono-dev] change to the 2.0 machine.config file

2005-09-28 Thread Chris Toshok
anyone have a problem with this? I've been hacking on the 2.0 System.Configuration stuff, and the new section types go unused without these entries: Chris Index: machine.config === --- machine.config (revision 50953) +++