Re: [Mono-list] Web Site

2004-03-19 Thread Gonzalo Paniagua Javier
El vie, 19-03-2004 a las 19:40, Tracy Barlow escribió: > I now have a website up www.tracyannesoftware.net (it's my Resume) using > ASP.NET under Mono (0.29). Its running on a Mandrake 9.2 Linux SMP > server (Dual Processor Pentium III 500Mhz CPUs). > > During Load testing I noted two things, mo

[Mono-list] Web Site

2004-03-19 Thread Tracy Barlow
I now have a website up www.tracyannesoftware.net (it's my Resume) using ASP.NET under Mono (0.29). Its running on a Mandrake 9.2 Linux SMP server (Dual Processor Pentium III 500Mhz CPUs). During Load testing I noted two things, mod-mono-server crashed under moderately heavy load, > 20 concurre

mono-list@lists.ximian.com

2004-03-19 Thread Kevin Jones
Peter thanks for this. After following the steps I still have the same problem. I get Could not load winelib.exe.so Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.Control ---> System.TypeInitializationException: An

mono-list@lists.ximian.com

2004-03-19 Thread Peter Dennis Bartok
Search your disk for libgdiplus.so and make sure you don't have duplicates. The libgdiplus that is being loaded by mono does not contain a particular function which usually points to an older library being used, despite the newer one also being installed. If you have 'locate' on your system try

[Mono-list] Wine-mono

2004-03-19 Thread Peter Dennis Bartok
Hi All, Those of you using Red Carpet to install or update mono should remove the mono-wine packages off your system, if you have them installed. We forgot to remove the mono-wine packages from the mono channel, and there's the potential of overwriting 'good/new' wine with 'bad/old' wine. The

mono-list@lists.ximian.com

2004-03-19 Thread Peter Dennis Bartok
Hi All, I figured since there are quite a few questions regarding winelib that I'd write a little blurb on how things are connected. I tried to start it in FAQ form to allow later inclusion into the FAQ. Let me know if it helps, if you have additional questions or if you notice something wrong/

Re: [Mono-list] Re: Npgsql doesn't work anymore

2004-03-19 Thread Jaroslaw Kowalski
I've made some tests. My new diff is attached (I've added two WriteLine's, one of them never was never executed). The output is: ZZZ ServerVersion: False _serverVersion is null - Hope it helps. BTW. I've tried to add "MaxPoolSize=0" to the CS but it just caused the connection to hang.

[Mono-list] Re: Npgsql doesn't work anymore

2004-03-19 Thread Francisco Figueiredo Jr.
--- Jaroslaw Kowalski <[EMAIL PROTECTED]> escreveu: > > I'm using Fedora Core 1 with "postgresql-server-7.3.4-11" installed from RPM > and Npgsql (from Mono/CVS) doesn't work for me (while it used to work > properly about one month ago). > > I get "System.NullReferenceException : Object referen

Re: [Mono-list] Java and C#

2004-03-19 Thread Leandro André Zis
The attributes in java have some differences from .net: - they are called annotations - they can be RUNTIME or SOURCE_ONLY - they are interfaces - the SOURCE_ONLY  annotations can be applied to local variables A Rafael D Teixeira wrote: On Thu, 2004-03-18 at 22:35, Jonathan Pryor wrote

Re: [Mono-list] gdiplus

2004-03-19 Thread Peter
Miguel, I didn't find the links, I have made them manually. Where were they supposed to be ? In /usr/lib ? After making the symbolic links, the 'hello world' runs. Thank you for the info Peter Op vrijdag 19 maart 2004 19:35, schreef u: > Hey, > > > I have downloaded, compiled and installed '

Re: [Mono-list] Microsoft ASP .NET Bug

2004-03-19 Thread Gonzalo Paniagua Javier
El vie, 19-03-2004 a las 12:25, Pedro Santos escribió: > Hi there! I just heard of a peculiar bug in a ASP .NET validator. I > tryed to test it on mono, but it looks like mono isn't performing client > validation. We don't do client side validation. MS only does it, afair, for IE. -Gonzalo

Re: [Mono-list] gdiplus

2004-03-19 Thread Kevin Jones
s'ok I've found it. Sorry for the noise, Kevin On Fri, 2004-03-19 at 17:37, Kevin Jones wrote: > Thanks Miguel, > > nope, mono-wine, where is winelib? > > Kevin Jones > > > On Fri, 2004-03-19 at 17:04, Miguel de Icaza wrote: > > Hello, > > > > > I'm trying to get Winforms to work on Mono u

Re: [Mono-list] gdiplus

2004-03-19 Thread Kevin Jones
Ok, so after doing export LD_LIBRARY_PATH=/usr/lib:/usr/local/lib and running the sample I now get Could not stat /nt (No such file or directory), ignoring drive E: Could not stat /home/kevinj/.wine/${HOME} (No such file or directory), ignoring drive F: Warning: could not find wine config [Dri

Re: [Mono-list] gdiplus

2004-03-19 Thread Joop
Looks like Ximian forgot to package the winelib rpm. I had to build that file from winelib.tar.gz from the download page. But even after that I could not get the thing to load. It camplained about not able to load winelib.exe.so. Even when I put this in the correct PATH and even when I set LD_LIBRA

Re: [Mono-list] gdiplus

2004-03-19 Thread Miguel de Icaza
Hey, > I have downloaded, compiled and installed 'wine-lib 0.1'. When I try to run > the sample Pedro provide I get the following exception: > > Unhandled Exception: System.TypeInitializationException: An exception was > thrown by the type initializer for System.Windows.Forms.Control ---> > Sy

Re: [Mono-list] gdiplus

2004-03-19 Thread Peter
Hello, I have downloaded, compiled and installed 'wine-lib 0.1'. When I try to run the sample Pedro provide I get the following exception: Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.Control ---> System.DllNo

Re: [Mono-list] gdiplus

2004-03-19 Thread Miguel de Icaza
> Thanks Miguel, > > nope, mono-wine, where is winelib? Its listed on www.go-mono.com/download.html It is also all spelled out on the Mono Release Notes ;-) ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-lis

Re: [Mono-list] gdiplus

2004-03-19 Thread Kevin Jones
Thanks Miguel, nope, mono-wine, where is winelib? Kevin Jones On Fri, 2004-03-19 at 17:04, Miguel de Icaza wrote: > Hello, > > > I'm trying to get Winforms to work on Mono under Fedora core 1. I've > > installed the mono and mono devel packages, I've also installed WINE, > > WINE-MONO, Cairo a

Re: [Mono-list] gdiplus

2004-03-19 Thread Kevin Jones
I decided to start from a known good installation and now I'm getting an even dumber error. I un-installed everything (mono, libicu etc and the devel versions). I downloaded the latest RPMs from go-mono re-installed them and mono-wine. Now when I run the winform app (it's one of the test apps from

[Mono-list] Microsoft ASP .NET Bug

2004-03-19 Thread Pedro Santos
Hi there! I just heard of a peculiar bug in a ASP .NET validator. I tryed to test it on mono, but it looks like mono isn't performing client validation. Well, to start, just create an aspx with: Now, just follow the instruct

Re: [Mono-list] Mono 0.31 has been released.

2004-03-19 Thread Miguel de Icaza
Hello! > Great, nice work, however, someone goofed as the gtk-sharp packages have > reverted back to 0.15. Please put the gtk-sharp 0.17 packages back up > and PLEASE remember the devel packages, we need then too. I only see 0.17 packages, and I am not sure we ever hard -devel for gtk-sharp. >

Re: [Mono-list] Mac OS X and Windows.Forms

2004-03-19 Thread Miguel de Icaza
Hello, > Do I read the release notes for 0.31 correctly that Wine (and not just > winelib) must be installed for Windows.Forms to work? If so, this would > preclude from Windows.Forms working on Mac OS as Wine doesn't run on OS > X, no? People have ported Wine to MacOS before (a few months ago

Re: [Mono-list] gdiplus

2004-03-19 Thread Miguel de Icaza
Hello, > I'm trying to get Winforms to work on Mono under Fedora core 1. I've > installed the mono and mono devel packages, I've also installed WINE, > WINE-MONO, Cairo and libgdiplus. However I don't have gdiplus.dll on my > system. Is there a version of gdiplus.dll for Linux? If so where do I >

Re: [Mono-list] gdiplus

2004-03-19 Thread Pedro Santos
Hi Jordi: # pkg-config --modversion libgdiplus 0.2 # pkg-config --modversion cairo 0.1.18 This is the example: //- namespace Microsoft.Samples.WinForms.Cs.SimpleHelloWorld { using System; using System.Windows.Forms;

Re: [Mono-list] Mono 0.31 has been released.

2004-03-19 Thread George Farris
Thank you for clearing that up. It must be something in the spec files for gtk# then? Thanks for putting the 0.17 files back I copy these files for a local yum repository. At any rate On Thu, 2004-03-18 at 21:17, Mike Kestner wrote: > On Thu, 2004-03-18 at 21:23, George Farris wrote: > > > Gr

[Mono-list] XSP Implimentation Question

2004-03-19 Thread Nick Berardi
I am hoping somebody can point me to the right directory in Mono. I am looking for the code in Mono that compiles the Page/Control from the text. I am most interested in the inline compile of the page. Also is the page parsed using RegEx or XML? ___

Re: [Mono-list] gdiplus

2004-03-19 Thread Jordi Mas
En/na Pedro Santos ha escrit: Well, I am having some troubles. I just installed mono-0.31, libgdi, wine, etc. I am just running a simple "Hello World" and I got this: Hello Pedro, Can you make sure that you are running libgdiplus 0.2? If this is the case, please send me the example that you are t

Re: [Mono-list] Java and C#

2004-03-19 Thread A Rafael D Teixeira
On Thu, 2004-03-18 at 22:35, Jonathan Pryor wrote: > I suspect that there is no way to add attributes in Java. Microsoft's > Visual J# permits the use of Attributes (IIRC), but it's through their > Visual J++ syntax -- through a specially formed JavaDoc comment. > Something like (from memory): >

Re: [Mono-list] gdiplus

2004-03-19 Thread Pedro Santos
Well, I am having some troubles. I just installed mono-0.31, libgdi, wine, etc. I am just running a simple "Hello World" and I got this: bash-2.05b$ mono h.exe Unhandled Exception: System.EntryPointNotFoundException: GdipCreateFontFamilyFromName in <0x00053> (wrapper managed-to-native) System.Dr

[Mono-list] Mac OS X and Windows.Forms

2004-03-19 Thread Lee Malatesta
Do I read the release notes for 0.31 correctly that Wine (and not just winelib) must be installed for Windows.Forms to work? If so, this would preclude from Windows.Forms working on Mac OS as Wine doesn't run on OS X, no? ___ Mono-list maillist - [E

[Mono-list] Which installation for a determined distro?

2004-03-19 Thread Júlio César Ködel G.
I'm using a Linux distro called Kurumim (someone of you know it, althrou'it's only brazilian). It's based on Knoppix distro. I saw Mono "installers" for Debian, Suse, Fedora, etc. but nothing for Knoppix. Which is the most indicated to be installed on Knoppix/Kurumin? --- [] Júlio César Ködel G. Te

Re: [Mono-list] gdiplus

2004-03-19 Thread Ravindra
Hello Kevin, On Fri, 2004-03-19 at 17:22, Kevin Jones wrote: > I've installed the libgdiplus RPM, I assume from your reply that this > isn't enough? Actually, I meant you do not need gdiplus.dll separately. You need this dll, only if you are running mono on windows. On Linux, you just need libgdi

Re: [Mono-list] Linux - Mono - ByteFX - Mysql on a personal web site

2004-03-19 Thread Golo Haas
Hi there, I would like to know if, currently, anybody is successfully using ByteFX with mono to build a personal web site base on asp.net/mysql under linux ? yes, at the moment I am trying to rewrite my website from PHP to ASP .net using Mono under SuSE 9.0 with a MySQL 4.0.18 database ... I ha

Re: [Mono-list] gdiplus

2004-03-19 Thread Kevin Jones
Thanks Ravindra, I've installed the libgdiplus RPM, I assume from your reply that this isn't enough? Kevin On Fri, 2004-03-19 at 10:41, Ravindra wrote: > On Fri, 2004-03-19 at 16:10, Kevin Jones wrote: > > I'm trying to get Winforms to work on Mono under Fedora core 1. I've > > installed the mon

[Mono-list] Mono 0.31 - Download links --> Correct links here

2004-03-19 Thread Timothy Parez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, The links for Fedora Core 1 seemed to be messed up, Here are the correct links http://www.go-mono.com//archive/0.31/fedora-1-i386/cairo-0.1.17-0.ximian.7.1.i386.rpm http://www.go-mono.com/archive/0.31/fedora-1-i386/cairo-debuginfo-0.1.17-0.ximia

[Mono-list] gdiplus

2004-03-19 Thread Kevin Jones
I'm trying to get Winforms to work on Mono under Fedora core 1. I've installed the mono and mono devel packages, I've also installed WINE, WINE-MONO, Cairo and libgdiplus. However I don't have gdiplus.dll on my system. Is there a version of gdiplus.dll for Linux? If so where do I find it. Google se

Re: [Mono-list] gdiplus

2004-03-19 Thread Ravindra
On Fri, 2004-03-19 at 16:10, Kevin Jones wrote: > I'm trying to get Winforms to work on Mono under Fedora core 1. I've > installed the mono and mono devel packages, I've also installed WINE, > WINE-MONO, Cairo and libgdiplus. However I don't have gdiplus.dll on my > system. Is there a version of gd

Re: [Mono-list] ICU

2004-03-19 Thread Richard Torkar
On Thu, 2004-03-18 at 12:47 -0500, Abram Gillespie wrote: > Anyone know what's going on with the ICU website > (http://oss.software.ibm.com/icu/); it's been down for two days? I'm eager > to get monodevelop up and running but can't w/o this package. Might someone > post the latest tarball for do

Re: [Mono-list] Problems with Serialisation

2004-03-19 Thread Richard Torkar
On Thu, 2004-03-18 at 13:03 +0100, Michael Kämpf wrote: > I tried the following code example. It works fine using the Microsoft > Csharp-Compiler, but doesn't under Mono * SNIP * I can compile it with my CVS-version of mcs. But I can't run it on the other hand. Unhandled Exception: System.Inva

[Mono-list] Linux - Mono - ByteFX - Mysql on a personal web site

2004-03-19 Thread David Marsal
Hi, I would like to know if, currently, anybody is successfully using ByteFX with mono to build a personal web site base on asp.net/mysql under linux ? If yes, could I get his configuration, the mono and Bytefx versions used, and the sources of his site in order to try to run it on my own PC. T

[Mono-list] ICU

2004-03-19 Thread Abram Gillespie
Anyone know what's going on with the ICU website (http://oss.software.ibm.com/icu/); it's been down for two days? I'm eager to get monodevelop up and running but can't w/o this package. Might someone post the latest tarball for download? Thanks -Abe __

[Mono-list] Problems with Serialisation

2004-03-19 Thread Michael Kämpf
I tried the following code example. It works fine using the Microsoft Csharp-Compiler, but doesn't under Mono using System; using System.Xml; using System.Xml.Serialization; using System.IO; namespace TestSerialisation { /// /// Zusammen

RE: [Mono-list] Java and C#

2004-03-19 Thread Jeroen Frijters
Jonathan Pryor wrote: > They really need to document this better... The problem is that "they" is really just me... Like most of you, I only have 24 hours a day :-) [...excellent explanation deleted...] > ".Method", hence cli.System.EventHandler.Method. (This could actually > be a class, but Ja