Re: [Mono-list] prototype XSLT debugging patch ...

2006-11-29 Thread Atsushi Eno
Hello,

No further patch so far, so I committed my patch.

> string env = Environment.GetEnvironmentVariable ("MONO_XSLT_STACK_FRAME");
> if (env == null)
>   env =
> System.Configuration.ConfigurationSettings.AppSettings["MONO_XSLT_STACK_FRAME"];
> 
> I'm no expert on System.Configuration so there may be a better way...
> 

me neither (except for some 2.0 stuff) but I don't think using
AppSettings is good for this purpose.

Atsushi Eno
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Problem with mod_mono, Autoconfiguration, and mono 1.2

2006-11-29 Thread Nicolas Cornu
Hello,

I have a FC4 with mono 1.2 from mono repository.
I want to use Autoconfiguration mod_mono directive.

I have done what it is said on the Autoconfiguration webpage on 
mono-project.com.

My website is an ASP.NET 2.0 application and i get a compilation error 
about generic.
The compliler used to compile the app is mcs not gmcs.

I tryed to set MonoPath and MonoServerPath without success.
I get: "Internal server error"

Thanks in advance,

CN

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Problem with mod_mono, Autoconfiguration, and mono 1.2

2006-11-29 Thread Nicolas Cornu
Hello,

I have a FC4 with mono 1.2 from mono repository.
I want to use Autoconfiguration mod_mono directive.

I have done what it is said on the Autoconfiguration webpage on 
mono-project.com.

My website is an ASP.NET 2.0 application and i get a compilation error 
about generic.
The compliler used to compile the app is mcs not gmcs.

I tryed to set MonoPath and MonoServerPath without success.
I get: "Internal server error"

Thanks in advance,

CN
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] SqlLite

2006-11-29 Thread Trimble, Nathan G
Nice.  Thanks.  Looks like it's working...

Nate Trimble 

-Original Message-
From: Kamil Skalski [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 29, 2006 11:09 AM
To: Trimble, Nathan G
Cc: mono-list@lists.ximian.com
Subject: Re: [Mono-list] SqlLite

On 11/29/06, Trimble, Nathan G <[EMAIL PROTECTED]> wrote:
> Hello, hope this is not a dumb question.  I have an application that 
> uses SQLite.  I'd like it to run under both .Net 1.1 and Mono.  Can I 
> use Mono.Data.SqliteClient.dll under both frameworks?  What is the

Of course. Mono.Data.SqliteClient.dll pinvokes correctly to Sqlite under
both platforms.

> preferred method of running assemblies from the Mono namespace under 
> MS's framework?  Thanks.

You just reference the assembly, and type something like this in your
source code:

using Mono.Data.SqliteClient;
...
SqliteConnection conn = new SqliteConnection
("file://myfile.db,version=3"); ...



--
Kamil Skalski
http://nazgul.omega.pl
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] SqlLite

2006-11-29 Thread Kamil Skalski
On 11/29/06, Trimble, Nathan G <[EMAIL PROTECTED]> wrote:
> Hello, hope this is not a dumb question.  I have an application that
> uses SQLite.  I'd like it to run under both .Net 1.1 and Mono.  Can I
> use Mono.Data.SqliteClient.dll under both frameworks?  What is the

Of course. Mono.Data.SqliteClient.dll pinvokes correctly to Sqlite
under both platforms.

> preferred method of running assemblies from the Mono namespace under
> MS's framework?  Thanks.

You just reference the assembly, and type something like this in your
source code:

using Mono.Data.SqliteClient;
...
SqliteConnection conn = new SqliteConnection ("file://myfile.db,version=3");
...



-- 
Kamil Skalski
http://nazgul.omega.pl
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] SqlLite

2006-11-29 Thread Trimble, Nathan G
Hello, hope this is not a dumb question.  I have an application that
uses SQLite.  I'd like it to run under both .Net 1.1 and Mono.  Can I
use Mono.Data.SqliteClient.dll under both frameworks?  What is the
preferred method of running assemblies from the Mono namespace under
MS's framework?  Thanks.

Nate Trimble
509-375-6413
[EMAIL PROTECTED]
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] mcs and gmcs: help needed [urgent]

2006-11-29 Thread Miguel de Icaza
Hello folks,

   We need some help testing our latest batch of fixes for anonymous
methods, iterators and anonymous methods with generics. 

   Please download and replace your mcs.exe in /usr/lib/mono/1.0 with
the one we provide, and gmcs.exe in /usr/lib/mono/2.0 from:

http://primates.ximian.com/~miguel/tmp/mcs.exe
http://primates.ximian.com/~miguel/tmp/gmcs.exe

   We have already compiled your applications (F-Spot and Banshee), but
we need people that are familiar with their own software to test these
out before we land the code.

Miguel.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list