Re: [Mono-dev] estimate time of mono version which support ASP.NET 2.0

2006-12-21 Thread Tony Gu
Marek, Thanks! Tony - Original Message From: Marek Habersack <[EMAIL PROTECTED]> To: mono-devel-list@lists.ximian.com Sent: Thursday, December 21, 2006 2:04:23 PM Subject: Re: [Mono-dev] estimate time of mono version which support ASP.NET 2.0 On Tue, 19 Dec 2006 09:34:54 -0800 (PST), T

[Mono-dev] System.Web.Services 2.0 being merged to trunk

2006-12-21 Thread Atsushi Eno
Hi, For these couple of weeks I have been working on ASP.NET 2.0 web service stuff (System.Web.Services.dll) in my private branch. It basically supports SOAP 1.2 as well as (advanced) WS-I Basic Profile checker. Now that basic messaging functionality is done, I'm planning to merge my branch to tr

[Mono-dev] GetConsoleFallbackUICulture()

2006-12-21 Thread BradDaBug
Is anyone working on CultureInfo.GetConsoleFallbackUICulture()? I glanced at the MSDN docs and it doesn't really seem like a complicated method. -- View this message in context: http://www.nabble.com/GetConsoleFallbackUICulture%28%29-tf2868970.html#a8018808 Sent from the Mono - Dev mailing list

Re: [Mono-dev] CreateInstanceAndUnwrap crashing

2006-12-21 Thread Justin Tulloss
> > That's what I actually expected. You have to create a "bin" > > directory relative to Directory.GetCurrentDirectory() > > and copy the assembly into this dir. > > > > I'm pretty sure that's explained in the article you mentioned > > in your post, because it's how ASP.NET hosting works. > That w

Re: [Mono-dev] CreateInstanceAndUnwrap crashing

2006-12-21 Thread Robert Jordan
Robert Jordan wrote: > Justin Tulloss wrote: >> On 12/21/06, Robert Jordan <[EMAIL PROTECTED]> wrote: >>> Justin Tulloss wrote: I recompiled it successfully and got further, but every example dies in >>> "Die" is pretty vague, at least in this context. >>> Please post the exception/error

Re: [Mono-dev] CreateInstanceAndUnwrap crashing

2006-12-21 Thread Robert Jordan
Justin Tulloss wrote: > On 12/21/06, Robert Jordan <[EMAIL PROTECTED]> wrote: >> Justin Tulloss wrote: >>> I recompiled it >>> successfully and got further, but every example dies in >> "Die" is pretty vague, at least in this context. >> Please post the exception/error message you got. >> > > It's

Re: [Mono-dev] CreateInstanceAndUnwrap crashing

2006-12-21 Thread Justin Tulloss
On 12/21/06, Robert Jordan <[EMAIL PROTECTED]> wrote: > Justin Tulloss wrote: > > I recompiled it > > successfully and got further, but every example dies in > > "Die" is pretty vague, at least in this context. > Please post the exception/error message you got. > It's an unhandled file-not-found e

Re: [Mono-dev] CreateInstanceAndUnwrap crashing

2006-12-21 Thread Robert Jordan
Justin Tulloss wrote: > I recompiled it > successfully and got further, but every example dies in "Die" is pretty vague, at least in this context. Please post the exception/error message you got. > CreateInstanceAndUnwrap. The specific call that eventually causes all > this is: > HttpListenerWrap

[Mono-dev] CreateInstanceAndUnwrap crashing

2006-12-21 Thread Justin Tulloss
Hello, First off, I'm new to Mono. In fact, the whole managed code paradigm is pretty new to me, and I'm still getting used to how it all works. I found some example code here: http://msdn.microsoft.com/msdnmag/issues/04/12/ServiceStation/#S4 that does exactly what I've been looking to do. That i

Re: [Mono-dev] estimate time of mono version which support ASP.NET 2.0

2006-12-21 Thread Marek Habersack
On Tue, 19 Dec 2006 09:34:54 -0800 (PST), Tony Gu <[EMAIL PROTECTED]> scribbled: Tony, > such as and in Web.Config. tag mapping is implemented in svn as of revision 69906 regards, marek signature.asc Description: PGP signature ___ Mono-devel-list m

Re: [Mono-dev] VMware Image Update - Mono 1.2.2.1 and openSUSE 10.2

2006-12-21 Thread Wade Berrier
Yes, although like Miguel says, sounds like they don't work, even though they are included. Wade On Thu, 2006-12-21 at 09:58 -0800, Daniel Morgan wrote: > When you say default suse install, would this include > open office.org 2.x with mono bindings? > > --- Wade Berrier <[EMAIL PROTECTED]> wrot

Re: [Mono-dev] VMware Image Update - Mono 1.2.2.1 and openSUSE 10.2

2006-12-21 Thread Miguel de Icaza
Hello Daniel, > When you say default suse install, would this include > open office.org 2.x with mono bindings? We seem to have broken the Mono bindings in some Mono release, and we have yet to fix those issues. Miguel ___ Mono-devel-list mailing list

Re: [Mono-dev] Extending C# compiler

2006-12-21 Thread Miguel de Icaza
Hello, > Any way I will start to do it and I hope that I will get some working > prototype during month. Are mono developers team interested in > this idea? We support all research efforts into the C# language. Historically, MCS has been used by at least five research projects based around C#.

Re: [Mono-dev] VMware Image Update - Mono 1.2.2.1 and openSUSE 10.2

2006-12-21 Thread Daniel Morgan
When you say default suse install, would this include open office.org 2.x with mono bindings? --- Wade Berrier <[EMAIL PROTECTED]> wrote: > Hi, > > There's a brand new image based on openSUSE 10.2 on > the download page > with the latest Mono: 1.2.2.1. > > The image is mostly similar to the pre

[Mono-dev] Re: Cross Compiling Mono For ARM

2006-12-21 Thread Buchegger Hanspeter
Hi, I’m trying to use mono for an embedded system with a Cirrus ARM9 processor, running Linux 2.4. Here is a short description of my experience. Maybe it helps other users and/or maybe there is some advice for me to get it fixed. The packages used are: - mono-1.2.1 - glib-2.12.4 - cross-compil

[Mono-dev] Extending C# compiler

2006-12-21 Thread Юрий Михайлов
Hi, i have an idea to extend current C# compiler by adding compile-time macroses and quasi-quotation mechanism. I want to make it possible to transform AST in easy and flexible way. Adding macroses and quasy-quotation to C# will make it more powerful language. For example we can use AOP, Design b

Re: [Mono-dev] SQL query encoding problem using mod_mono

2006-12-21 Thread Robert Jordan
Ronan wrote: > Hi, > > Inserting and extracting special characters from a MySQL database works > fine with console application or web application using XSP. > But web application using mod_mono don't insert or extract correctly > special characters as accents (special characters are stored as '?

Re: [Mono-dev] SQL query encoding problem using mod_mono

2006-12-21 Thread Marek Habersack
On Fri, 15 Dec 2006 18:50:21 +0100, Ronan <[EMAIL PROTECTED]> scribbled: > Hi, Ronan, > Inserting and extracting special characters from a MySQL database > works fine with console application or web application using XSP. > But web application using mod_mono don't insert or extract correctly > s

[Mono-dev] SQL query encoding problem using mod_mono

2006-12-21 Thread Ronan
Hi, Inserting and extracting special characters from a MySQL database works fine with console application or web application using XSP. But web application using mod_mono don't insert or extract correctly special characters as accents (special characters are stored as '?'). Is there a solution f

Re: [Mono-dev] api-diff/api-info problems

2006-12-21 Thread atsushi eno
Hi, The script file is mono/web/web/deploy/cm/cormissing.js, which should be referenced by the HTML (see class-status-System.Xml.html for example). Alternatively you can put your html files somewhere and ask why it doesn't work ;) Atsushi Eno > Hi, > > Yesterday i compiled the mono/tools/corco

Re: [Mono-dev] api-diff/api-info problems

2006-12-21 Thread Alan McGovern
Hah! Never mind, i figured it out. I opened up the mono class status page and hit view source. Then i noticed that i didn't have the section and my file wasn't wrapped in tags, so i added that and it works perfectly now! Should i add that info to the wiki so anyone else using the tool can "fix"

[Mono-dev] api-diff/api-info problems

2006-12-21 Thread Alan McGovern
Hi, Yesterday i compiled the mono/tools/corcompare tools in order to generate a class status page so i could compare Mono.XNA's status as compared to the Microsoft.Xna library, but i ran into a few problems. After compiling the tools, i ran mono-api-info on Mono.XNA (saved as monoxna.xml) and th

Re: [Mono-dev] corcompare - refactored to use Mono.Cecil instead of reflection

2006-12-21 Thread Jb Evain
Hey, If the final decision is to keep you corcompare tool outside of the mcs tree until Cecil mature enough to be part of the tree itself, you're welcome to check-in your work in /cecil/corcompare. Thanks, Jb Moty Mondiano wrote: > Attached is a refactoring of corcompare to use Mono.Cecil. >

Re: [Mono-dev] Building Mono Using Scratchbox

2006-12-21 Thread Paolo Molaro
On 12/20/06 Barry Bennett wrote: > Several days ago I posted a message about being able to cross compile > mono for an ARM device. I got some interesting suggestions, but > nothing that would get me thru a successful build. Given that no one > seemed to have a solution to using a traditional c

Re: [Mono-dev] COM Interop Marshalling Patch

2006-12-21 Thread Paolo Molaro
On 12/20/06 Jon Chambers wrote: > Following Miguel's lead on the SafeHandle marshalling code, I broke the > marshalling code for COM interfaces and VARIANTs to seperate functions > (emit_marshal_variant and emit_marshal_com_interface). These two functions > replace the if checks in emit_marshal_obj

Re: [Mono-dev] corcompare - refactored to use Mono.Cecil instead of reflection

2006-12-21 Thread Andrés G. Aragoneses [ knocte ]
atsushi eno escribió: > I'm not a maintainer of corcompare (especially considering that I > don't touch the class status pages), but anyways - adding further > dependency on prebuilt managed assembly does not sound a good idea > to me especially when it becomes part of the build. > > I think you c

Re: [Mono-dev] Building Mono Using Scratchbox

2006-12-21 Thread Thomas Strecker
Hello Barry, If you don't have a specific target device (or the target device is the Nokia 770, as it is in my case) you may find a wonderful descrpition for setting up scratchbox at http://maemo.org/platform/docs/tutorials/Maemo_tutorial.html#Installatio n . Additionally the maemo community provid

Re: [Mono-dev] corcompare - refactored to use Mono.Cecil instead of reflection

2006-12-21 Thread atsushi eno
Hello, I'm not a maintainer of corcompare (especially considering that I don't touch the class status pages), but anyways - adding further dependency on prebuilt managed assembly does not sound a good idea to me especially when it becomes part of the build. I think you could keep this one as a di