[Mono-list] Bug 72149

2005-02-04 Thread Sohail Somani
Hi, If .locals init (...) has duplicate symbols, mono ilasm croaks because it assumes symbols are unique. .NET doesnt because it basically seems to ignore symbols and work on stack slots. http://bugzilla.ximian.com/show_bug.cgi?id=72149 I have attached a test case that can be used for

Re: [Mono-list] Npgsql w/ VS

2005-02-04 Thread SooHyoung Oh
There are files for MS in Npgsql/bin/ms/*.dll. For example, you can compile like this: csc /out:tst.exe /r:Npgsql.dll tst.cs SigmaX : Heya; I have a 13-year-old friend who wants me to help him learn to connect to a database in Visual Studio. He'll be writing an app that connects to my

[Mono-list] Monodevelop SVN

2005-02-04 Thread Martin Otten
Hi, I tried to run Monodevelop on MacOS X, I compiled the online version, but I am getting some errors when I try to run it. So I looked into svn.myrealbox.com to get a more up to date version of Monodevelop, in hope that the error will be gone. But I am not able to find it. Is Monodevelop not

Re: [Mono-list] mod_mono xsp

2005-02-04 Thread Giuseppe Greco
Hi all, I'm still unable to run the ASP.NET demo... does anybody know whether or not SELinux has an impact when running Apache with mod_mono? Thanks, j3d. ... I've followed step-by-step what described in file INSTALL. By default, mod_mono is configured to run mod-mono-server automatically,

Re: [Mono-list] Monodevelop SVN

2005-02-04 Thread Paul Johnson
Hi, So I looked into svn.myrealbox.com to get a more up to date version of Monodevelop, in hope that the error will be gone. But I am not able to find it. Is Monodevelop not part of Mono anymore? I wasn't aware it ever was! I thought MonoDevelop is just a C# IDE targetted at Mono. TTFN

Re: [Mono-list] mod_mono xsp

2005-02-04 Thread marius popa
On Fri, 4 Feb 2005 09:30:07 +0100 (CET), Giuseppe Greco [EMAIL PROTECTED] wrote: Hi all, I'm still unable to run the ASP.NET demo... does anybody know whether or not SELinux has an impact when running Apache with mod_mono? try to disable it and run some apache benchies -- developer

Re: [Mono-list] mod_mono xsp

2005-02-04 Thread Howard Cole
I'm still unable to run the ASP.NET demo... does anybody know whether or not SELinux has an impact when running Apache with mod_mono? I had two problems with FC3 and Apache/XSP 1. The FC3 apache distributed with FC3 is restricted by SELinux to certain directories, so for example, I could

Re: [Mono-list] Npgsql w/ VS

2005-02-04 Thread Francisco Figueiredo Jr.
SooHyoung Oh wrote: There are files for MS in Npgsql/bin/ms/*.dll. Hi SigmaX, SooHyoung. Sorry for late response... As SooHyoung said, we have binaries for Ms.net already compiled. We have also in our Users Manual instructions to add Npgsql to ms.net gac and get design time support on VS.Net. We

Re: [Mono-list] mod_mono xsp

2005-02-04 Thread Joop Zonnet
Hi Giuseppe Greco, Giuseppe Greco wrote: Hi all, I'm still unable to run the ASP.NET demo... does anybody know whether or not SELinux has an impact when running Apache with mod_mono? Thanks, j3d. ... I've followed step-by-step what described in file INSTALL. By

[Mono-list] mod_mono, and Abnormal string size again

2005-02-04 Thread Michael Elsdörfer
Hi everybody, I think I wrote to this list ago with the same problem a few month ago, but it remained unsolved. I'm trying to get mod_mono running on my debian server using Apache 2. It never worked, and I just decided to give it a new shot. I deleted everything with mono in the name. Then I

Re: [Mono-list] mod_mono xsp

2005-02-04 Thread Giuseppe Greco
Elfyn, On Fri, 2005-02-04 at 18:04 +0100, Joop Zonnet wrote: no, at least not on my Mandrake machine. I had to start it with: mono /usr/bin/mod-mono-server.exe --root /var/www/html/mtest -- applications /mtest:/var/www/html/mtest --nonstop The --root parameter tells the ASP server where

Re: [Mono-list] Monodevelop SVN

2005-02-04 Thread Peter Dennis Bartok
MonoDevelop never was part of the Mono repository. However, svn.myrealbox.com happens to have an anonymous mirror for MonoDevelop as well: The homepage at http://svn.myrealbox.com/ will tell you these links too: svn://svn.myrealbox.com/monodevelop/trunk

Re: [Mono-list] Bug 72149

2005-02-04 Thread Jackson Harper
Hello, Thanks for the patch. I will test and apply this weekend. Sol Good mofo, Jackson On Thu, 2005-02-03 at 10:11 -0800, Sohail Somani wrote: Hi, If .locals init (...) has duplicate symbols, mono ilasm croaks because it assumes symbols are unique. .NET doesnt because it basically

Re: [Mono-list] mod_mono, and Abnormal string size again

2005-02-04 Thread Gonzalo Paniagua Javier
On Fri, 2005-02-04 at 18:20 +0100, Michael Elsdörfer wrote: Hi everybody, I think I wrote to this list ago with the same problem a few month ago, but it remained unsolved. I'm trying to get mod_mono running on my debian server using Apache 2. It never worked, and I just decided to give it a