[Mono-list] REQUEST

2004-06-03 Thread Alessandro
I'm trying to start a simple windows .net form compiled with C# and also with mcs.exe the result i the same: On windows platform with .net framework all works fine and I see my form (a simple form without controls) Wine is the last ver and works fine, I 've installed all cairo etc and winelib

[Mono-list] Installing Mono

2004-06-03 Thread Stephen Bursey
Hi, I have a clean install of Red Hat 8.0. I was just wondering what are the steps required to install mono? How do I get XSP working? How can I test this? Any help you could provide would be greatly appreciated. Thank you, Stephen Bursey ___

[Mono-list] Monodoc build problem.

2004-06-03 Thread Daniel Serpell
Hi! I discovered a problem in the build system of monodoc 0.16, my mono sources are under a directory named: /home/daniel/Download/Development/C#/Mono/beta/ During the build, I found the following error: (seems that the '#' char was not escaped inside a script).

[Mono-list] COM+,mono, and transaction

2004-06-03 Thread KiOrKY
Hi, i want to know if the actually state of mono support COM+ distribued transactions ( transaction disribuées en francais). It meaans if we make robusts mutibase transaction with a rollback possibility. Sorry, sometimes my english is poor, especially in the early morning ;) ! regards --

Re: [Mono-list] Compilation with MBAS (MCS works still fine)

2004-06-03 Thread B Anirban
Hi Jochen, The problem is fixed and checked in cvs. Please update driver.cs in your local area. I had filed a bug (59540) and closed it to keep track of the problem. Thanks. Anirban. Jochen Wezel [EMAIL PROTECTED] 02-Jun-04 2:24:14 PM After refreshing my RedHat 9 system with Beta 2 from

Re: [Mono-list] Windows version does not work on Win98

2004-06-03 Thread Gonzalo Paniagua Javier
El jue, 03-06-2004 a las 07:52, Joop escribió: Hi list has anyone tried to install Mono 1.0 Beta 2 on Windows 98? The installer does not fail and nicely tells me that all went well. Then I have to change the bat-file setmonopath.bat to include in the PATH because Windows 98 does not like

Re: [Mono-list] Windows version does not work on Win98

2004-06-03 Thread Cory Nelson
why is it looking for _stricmp() in NTDLL.DLL? I thought this was located in kernel32.dll On Thu, 03 Jun 2004 11:03:35 +0200, Gonzalo Paniagua Javier [EMAIL PROTECTED] wrote: El jue, 03-06-2004 a las 07:52, Joop escribió: Hi list has anyone tried to install Mono 1.0 Beta 2 on Windows

[Mono-list] CVS servers unreachable?

2004-06-03 Thread Juraj Skripsky
Hello everyone, Since three days, I'm unable to access the cvs servers - neither `mono-cvs.ximian.com' nor `anoncvs.go-mono.com'. No ping response, traceroute never finishes. Is anyone else experiencing the same problem, or is it a local problem? Thanks. - Juraj

Re: [Mono-list] Windows version does not work on Win98

2004-06-03 Thread Joop
Could who-ever wrote the installer, just, please, add a check for the right platform in there? That would stop me from trying the lot. I myself do not have the resources to compile Mono on Windows 98. But I hope to get it to work on my server with Fedora Code 2 some time soon. wkr, Gerke

[Mono-list] Mono beta 2 on Fedora Core 2 monodoc

2004-06-03 Thread Ales Vojacek
Hi, Im new in Linux World and I trying to compile mono from CVS, but I have a lot of problems. One of these is an error when I try to start monodoc: monodoc Unhandled Exception: System.DllNotFoundException: glibsharpglue in 0x00053 (wrapper managed-to-native)

[Mono-list] (no subject)

2004-06-03 Thread matthieu ducrocq
Hi gui, I'm new on mono community and i want develop 4 mac os X (10.2) Have you tutorial for install it ? (I'm newbie to mac) Thk [EMAIL PROTECTED] ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] GMAKE on XSP on FREEBSD

2004-06-03 Thread Osmany Guirola Cruz
Title: Message i am trying to compile xsp and when i do gmake in the xsp directory this is the error Making all in docgmake[1]: Entering directory `/root/xsp-0.13/doc'gmake[1]: Nothing to be done for `all'.gmake[1]: Leaving directory `/root/xsp-0.13/doc'Making all in servergmake[1]: Entering

[Mono-list] pb : mono-0.95.tar.gz

2004-06-03 Thread eric . lemoine
Hi, some Makefile.in are missing when I try to compile the sources : $ ./configure ... config.status: creating data/Makefile config.status: creating samples/Makefile config.status: error: cannot find input file: samples/Makefile.in Anyone has an idea? Thanks. eric lemoine ([EMAIL

[Mono-list] Error with mcs (file critical-sections.c)

2004-06-03 Thread HannibAl Bundie
Hi, When I compile with mcs 0.95, an error is very often thrown after the message 'Compilation succeeded': ** ERROR **: file critical-sections.c: line 89 (DeleteCriticalSection): assertion failed: (ret == 0) For example, when I use 'mcs test.cs' the result is: Compilation succeeded ** ERROR **:

Re: [Mono-list] TLS data

2004-06-03 Thread Paolo Molaro
On 06/02/04 Fabrício Santos wrote: Sorry... I found more info on this and there is a related bug. http://bugzilla.ximian.com/show_bug.cgi?id=58332 [...] [EMAIL PROTECTED] mono]# mono mono: error while loading shared libraries: libmono.so.0: cannot handle TLS data That error means you

Re: [Mono-list] Mono beta 2 on Fedora Core 2 monodoc

2004-06-03 Thread Mike Kestner
On Thu, 2004-06-03 at 07:02, Ales Vojacek wrote: Hi, Im new in Linux World and I trying to compile mono from CVS, but I have a lot of problems. One of these is an error when I try to start monodoc: monodoc Unhandled Exception: System.DllNotFoundException: glibsharpglue I've just added

[Mono-list] Preview packages for windows?

2004-06-03 Thread Stuart Ballard
Are there any plans for a windows installer that includes the preview packages, in particular gmcs and S.C.Generic? I've been drooling over the possibility of generic C# ever since I learnt about its features, and Microsoft seem singularly unwilling to produce a public release to satisfy my

RE: [Mono-list] CVS servers unreachable?

2004-06-03 Thread Andrew Arnott
I am having the same problem. I got around it by pointing directly at anoncvs-spain-1.go-mono.com rather than the routing anoncvs.go-mono.com one. Don't know what's wrong. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Juraj Skripsky Sent: Thursday,

RE: [Mono-list] mcs cannot compile on NFS shares due to Win32 locks

2004-06-03 Thread Andrew Arnott
I am running Mono on Gentoo Linux, in a perfectly normal environment. To get the error message, I only have to cd to an NFS share and execute mcs on a C# file... Are you mounting the directory as a samba share? Or are you using nfsmount? nfsmount. Samba uses smbfs, not NFS.

Re: [Mono-list] Managed access to Dbase files?

2004-06-03 Thread Jonathan Stowe
On Thu, 2004-06-03 at 15:53, Abram Gillespie wrote: Hi everyone, Does anyone know a purely managed .Net way to query *.dbf files? I'm using MapServer to do some web GIS stuff with ESRI shapefiles, but would like to use Mono's ASP.NET for querying. Any ideas? I have started work on a

[Mono-list] MonoDevelop on Mac OS X

2004-06-03 Thread Attila Balogh
hello all, finally i was able to run monodevelop 0.4 on my mac (it's way more stable and mature then the 0.3 build), if anyone's interested, here's how i did it: http://www.edu-net.hu/dottext/d0lphin/posts/210.aspx comments welcome. regards; Attila

Re: [Mono-list] Preview packages for windows?

2004-06-03 Thread Gonzalo Paniagua Javier
El jue, 03-06-2004 a las 16:53, Stuart Ballard escribió: Are there any plans for a windows installer that includes the preview packages, in particular gmcs and S.C.Generic? I've been drooling over the possibility of generic C# ever since I learnt about its features, and Microsoft seem

Re: [Mono-list] MonoDevelop on Mac OS X

2004-06-03 Thread Gonzalo Paniagua Javier
El jue, 03-06-2004 a las 19:40, Benjamin Reed escribió: ** (/sw/lib/mono-xsp/xsp.exe:8103): WARNING **: Could not find assembly ICSharpCode.SharpZipLib, references from /sw/lib/mono/gac/Mono.Http/1.0.5000.0__0738eb9f132ed756/Mono.Http.dll (assemblyref_index=2) Major/Minor: 0,31

Re: [MonoDevelop] Re: [Mono-list] MonoDevelop on Mac OS X

2004-06-03 Thread John Luke
Benjamin Reed wrote: (pet peeve, but is there a reason for multiple lists if everything gets cross-posted anyways? =) Attila Balogh wrote: hello all, finally i was able to run monodevelop 0.4 on my mac (it's way more stable and mature then the 0.3 build), if anyone's interested, here's how i

[Mono-list] how to do proper role based authentication in web apps

2004-06-03 Thread DI Mag. Rainer Burgstaller
Hi I have a question on how to properly do RBA in web applications. I am currently using the formsauthentication but it only supports fixed users stored in the web.config file which is pretty inflexible (am I missing something)? So what I currently do is to override the