[Mono-dev] "CreateThread: error creating thread handle" with mod_mono and ASP.NET

2006-03-30 Thread Hubert FONGARNAND
My server is up since about 24h... Does someone has ever since this kind of error, this is the log of mod_mono (in verbose mode)... Mod_mono does'nt restart mod_mono_server automatically when mod_mono_server crashes, so i'm writing a program that manages my "mod_mono_servers"... thanks [Fri

[Mono-dev] Re: Mono-devel-list Digest, Vol 11, Issue 85

2006-03-30 Thread Jason S
> What would be the top feature you would like to see in Mono?   What I would like to see, is a nice way of interoping from a native C++ program into Mono.     In the microsoft world, this is solved by using C++/CLI which allows the developer to create mixed-mode assemblies.   From wh

Re: [Mono-dev] MonoDoc Win32 - Upload Contributions

2006-03-30 Thread Miguel de Icaza
Hello, > I can edit content, but I can not upload. What is the erro that you get? > Can someone add these please? > > These assemblies include: > System.Data.OracleClient > Mono.Data.SybaseClient > Mono.Data.SqliteClient > Npgsql > ByteFX.Data that has ByteFX.Data.MySqlClien

Re: [Mono-dev] What would you like to see in Mono?

2006-03-30 Thread Miguel de Icaza
Hello, > 11. make MonoDevelop compatible with SharpDevelop. Or have project > import/export wizards for this. Yes, that would be nice. Long term, I think that completing the work on `xbuild' would allow us to get interoperability across Visual Studio and SharpDevelop. Miguel.

Re: [Mono-dev] What would you like to see in Mono?

2006-03-30 Thread Miguel de Icaza
Hello, > I am looking forward to see new GC - I wish I had time to put into Mono, > but sadly at the moment I am totally tied up :( > > What's the status on implementation of new GC - the link said it should > be rolled out in Feb-Mar, which is pretty much now? It has been rolling into SVN for

Re: [Mono-dev] What would you like to see in Mono?

2006-03-30 Thread Miguel de Icaza
Hello, > 5) Managed P2P technology support (not for piracy but for distribution > of info) - which could easily be based on extended Web Services > technology. Some time ago a few people were looking at implementing a BitTorrent client. I believe what happened is that two different groups were w

Re: [Mono-dev] What would you like to see in Mono?

2006-03-30 Thread Miguel de Icaza
Hey, > 1) The feature which is surely missing is a Compact Mono - equivalent > to "Compact" .NET - however with significantly reduced footprint. What are you looking in particular for in this case? In general, the problem with the Compact Framework is that it was a subset of the framework picked

Re: [Mono-dev] Refactoring in System.Web/System.Web/HttpApplicationFactory.cs

2006-03-30 Thread Miguel de Icaza
Hello, > Attached a small refactoring for HttpApplicationFactory class enabling > having the common code base with J2EE platform. For this particular case, please hold on a little bit. We need to discuss this change (we will try to get to you by tomorrow). > For J2EE this solves the “global sta

RE: [Mono-dev] What would you like to see in Mono?

2006-03-30 Thread Maxime de Lavenne
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of James Mansion > Sent: Wednesday, March 29, 2006 11:40 PM > To: Miguel de Icaza; mono-devel-list@lists.ximian.com > Subject: RE: [Mono-dev] What would you like to see in Mono? > > > What would b

Re: [Mono-dev] Icomplete System.Data.IsolationLevel

2006-03-30 Thread Daniel Morgan
Snapshot is only available in .NET 2.0.  So, it will need an #if NET_2_0 to surround it.Micha³ Ziemski <[EMAIL PROTECTED]> wrote: Hi!There seems to be missing "Snapshot" member from System.Data.IsolationLevel enumeration.Anyone cares to addSnapshot = 16777216I haven't yet set up my local mono sour

Re: [Mono-dev] Re: compiling for compact framework

2006-03-30 Thread Jb Evain
Hey, On Mar 17, 2006, at 8:02 PM, Jb Evain wrote: Matthias Eller writes: I noticed, that there are some tiny differences in the .exe the 2 compilers generate (if you like I can publish them). The PE loader of the compact framework seems to be disturbed by the fact that the import table and

RE: [Mono-dev] What would you like to see in Mono?

2006-03-30 Thread James Mansion
> What would be the top feature you would like to see in Mono? A cross-platform GUI that doesn't suck visually. Maybe Windows.Forms will be OK, but Gtk# sucks on Windows - not your fault I guess. wxSharp maybe? And *please* reduce the dependencies. Any make it build out of the box on a raw

Re: [Mono-dev] What would you like to see in Mono?

2006-03-30 Thread Miguel de Icaza
Hello, > In our company we use mono on the ASP.NET server side. But our > developper use Visual Studio to develop ASP.NET applications... Ok, > it's not impossible to develop ASP.NET apps with monodevelop... but > it's very "time consuming"... > My dream is to develop web applications with monodev

Re: [Mono-dev] What would you like to see in Mono?

2006-03-30 Thread Miguel de Icaza
Hello, > > What i'd like to see in mono is the ability to start up an application > > without it needing a .WAPI folder. I understand why mono needs the wapi > > folder, but i'm sure there are application for which one wouldn't need one > > at all. > Yeah that would really useful. For that, try u

Re: [Mono-dev] Monoinstaller and asp.net files

2006-03-30 Thread Miguel de Icaza
Hello, > i'm new in mono things! I found monoinstaller in internet and will > install it on my > suse linux os. My question is, if i install this software i can run > asp.net on my system or i must install more than the monoinstaller > software?? That will do it. You need to have xsp to run as

Re: [Mono-dev] svn down?

2006-03-30 Thread Peter Dennis Bartok
Not sure if you mean the anonymous or the read/write server, but our anonymous 'svn.myrealbox.com' has been operating without interruptions. Cheers, Peter -Original Message- From: "Paul F. Johnson" <[EMAIL PROTECTED]> To: "mono-devel" Date: Thursday, 30 March, 2006 02:16 Subject: [Mon

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-03-30 Thread Zoltan Varga
Hi, === > Do I understand it correctly that after the call of "__emul_idiv" the > return value should be > put into "alpha_r14" register? Where should I do it? > mini-amd64.c has function "emit_move_return_val

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-03-30 Thread Sergey Tikhonov
Hello, I got to the point there running mono with -- regression option on basic.exe test started to run set of tests with different optimization options. Suprisely, after last set of options it still crashes. :) Here is some log I would like to ask to help me out with: method to IR Tests:test_

Re: [Mono-dev] Re: What would you like to see in Mono?

2006-03-30 Thread Michael Schurter
Jonathan Pryor wrote: On Thu, 2006-03-30 at 12:58 +0530, Sharique uddin Ahmed Farooqui wrote: I want to see a system wide api in Mono (sonthing like System.linux or linux.system). By using this u can handle any kind of stuff on linux. Rudimentary support for this exists in Mono.Unix and Mono.

Re: [Mono-dev] Error Building Mono with uclibc toolchain

2006-03-30 Thread Zoltan Varga
Hey, Mono is designed to be used with the stock libc and probably needs to be ported to work with uclibc. Zoltan On 3/30/06, conn intel <[EMAIL PROTECTED]> wrote: > Hello friends, > > I am using i386-linux-uclibc-gcc toolchain created with the help of > b

[Mono-dev] Error Building Mono with uclibc toolchain

2006-03-30 Thread conn intel
Hello friends, I am using i386-linux-uclibc-gcc toolchain created with the help of buildroot. With the help of toolchian i am currently compiling Mono-1.1.13.4 package. While compiling I am getting following error . Thank you in advance Have a nice time and good day ahead.. Regards,

Re: [Mono-dev] What would you like to see in Mono?

2006-03-30 Thread Joachim Ante
> What i'd like to see in mono is the ability to start up an application > without it needing a .WAPI folder. I understand why mono needs the wapi > folder, but i'm sure there are application for which one wouldn't need one > at all. Yeah that would really useful. Joachim Ante __

Re: [Mono-dev] What would you like to see in Mono?

2006-03-30 Thread Joshua Tauberer
Daniel Morgan wrote: > 1. I would love to see a fully managed CLI runtime. A Cecil-powered interpreter or JIT (via DynamicMethod)? That sounds really fun. -- - Joshua Tauberer http://taubz.for.net "Unfortunately, we're having this discussion. It's too bad, because guess who listens to the dis

Re: [Mono-dev] Re: What would you like to see in Mono?

2006-03-30 Thread Jonathan Pryor
On Thu, 2006-03-30 at 12:58 +0530, Sharique uddin Ahmed Farooqui wrote: > I want to see a system wide api in Mono (sonthing like System.linux or > linux.system). By using this u can handle any kind of stuff on linux. Rudimentary support for this exists in Mono.Unix and Mono.Unix.Native, in Mono.P

Re: [Mono-dev] Patch to compile mono 1.1.13.6 with GCC 4.0.2

2006-03-30 Thread Zoltan Varga
Hi, The interpreter is no longer supported and will be removed from SVN in the near future. It is also not compiled by default. Try the JIT. Zoltan On 3/29/06, James Begley <[EMAIL PROTECTED]> wrote: > Hi, > > I have been having difficulties compiling mono (1.1.13.6) from source on >

[Mono-dev] Monoinstaller and asp.net files

2006-03-30 Thread henry human
hello i'm new in mono things! I found monoinstaller in internet and will install it on my suse linux os. My question is,  if i install this software i can run asp.net on my system or i must install more than the monoinstaller software?? I'm apreciated for your answer Telefonieren Sie ohne weit

Re: [Mono-dev] What would you like to see in Mono?

2006-03-30 Thread David Burnett
This wish list has an OSX bias, being an OSX user :-) GTK# as part of the OSX distribution especially as the native GTK+ port matures. An 'MRE'. a minimal distribution of Mono targeting users, not developers. The idea is that this should be as small as possible, to avoid that fun issue of having

Re: [Mono-dev] Re: What would you like to see in Mono?

2006-03-30 Thread pablosantosluac
System.Windows.Automation!!! This way we could implement multi platform GUI based automated testing system!!! Imagine standard open tests for our applications running in multiple platforms!!! Would be great! ___ Mono-devel-list mailing list Mono-de

[Mono-dev] svn down?

2006-03-30 Thread Paul F. Johnson
Hi, For the last couple of days I've not been able to reach the svn server from work. Is it down? I'm just checking to see if the problem is at our end. TTFN Paul -- "Logic, my dear Zoe, is merely the ability to be wrong with authority" - Dr Who ___

Re: [Mono-dev] Mono.Cecil

2006-03-30 Thread Jb Evain
Hey, On Mar 30, 2006, at 10:13 AM, Armand du Plessis wrote: Is there a separate list for Mono.Cecil related issues and patches? No there is not. Please use bugzilla to submit bugs, Product Mono Class Libraries, Component Mono.Cecil. Thanks ! Jb ___

Re: [Mono-dev] What would you like to see in Mono?

2006-03-30 Thread Hubert FONGARNAND
A ASP.NET designer/debugger integrated to MonoDevelop In our company we use mono on the ASP.NET server side. But our developper use Visual Studio to develop ASP.NET applications... Ok, it's not impossible to develop ASP.NET apps with monodevelop... but it's very "time consuming"... My dream is

[Mono-dev] Icomplete System.Data.IsolationLevel

2006-03-30 Thread Michał Ziemski
Hi! There seems to be missing "Snapshot" member from System.Data.IsolationLevel enumeration. Anyone cares to add Snapshot = 16777216 I haven't yet set up my local mono sources to create a patch. Cheers Michał Ziemski ___ Mono-devel-list mailing lis

[Mono-dev] Mono.Cecil

2006-03-30 Thread Armand du Plessis
Hi, Is there a separate list for Mono.Cecil related issues and patches? Cheers, Armand ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Re: XmlSerializer / exePath must be specified

2006-03-30 Thread Janne Rantala
Doesn't anyone use web services from embedded Mono? I'd be surprised if no-one has ever heard of this. If I'm correct,  exePath was added to .NET 2.0 so is this not-implemented-yet -issue or have I left something undone? If I run the same program from VS2005 it works. I've tried Googling but so far