Re: [Mono-list] gtk# app installer

2004-06-29 Thread tsoroka
Hi! Just I cannot guarantee that on windows computer will be M$ .NET installed. And I don't want rely on that - this app is for people without any knowledge about computing, and I want have very easy installer. At all I wouldn't rely on anything :) I mean I would for example install my app to:

Re: [Mono-list] Authentication to a web service

2004-06-29 Thread Denis Gervalle
Gonzalo Paniagua Javier wrote: The user is not passed from apache to mod-mono-server. You can use DigestAuthenticationModule from Mono.Http to authenticate users via xsp instead of apache. Any reason not to do so ? or is this just a matter of time to get a patch of mod_mono/xsp to communicate

Re: [Mono-list] Authentication to a web service

2004-06-29 Thread Gonzalo Paniagua Javier
El mar, 29-06-2004 a las 11:09, Denis Gervalle escribió: Gonzalo Paniagua Javier wrote: The user is not passed from apache to mod-mono-server. You can use DigestAuthenticationModule from Mono.Http to authenticate users via xsp instead of apache. Any reason not to do so ? or is this just

RE: [Mono-list] Using Exceptions with external Plugins

2004-06-29 Thread Arild Fines
[EMAIL PROTECTED] wrote: Cool! Thanks! Now, how can I get sure that the InnerException is a XmlRpcFaultException or a XmlRpcMissedSomething?, I'm trying with this: } catch(TargetInvocationException e) { if(e.InnerException.GetType().ToString() ==

[Mono-list] err:module:import_dll Library mscoree.dll

2004-06-29 Thread npguy
sorry if this is already asked. i did check google no luck. i am using latest rc, and unzip mono-all.zip and rpm'ed all pacakges. although i compiled gtk.cs successfully but the during execution i got the `err:module:import_dll Library mscoree.dll ` .. [EMAIL PROTECTED] Mono.NET]$ mcs gtk.cs

[Mono-list] GTK# Runtime for Windows installer now available

2004-06-29 Thread Erik Dasque
Hi all, The GTK# Runtime for Windows installer now available and its Novell Forge project public : http://forge.novell.com/modules/xfmod/project/?gtk-sharp An installer that will setup you windows box to run GTK# based libraries under .NET. This project will install the GTK# libraries into

Re: [Mono-list] Problem with MySQL Data Provider (ByteFx)

2004-06-29 Thread beniniva
Hi, I've just installed Mono Beta 3...but I've still problems: ## [EMAIL PROTECTED] mono]# mcs provaByteFX.cs -r System.Data.dll -r ByteFX.Data.dll Compilation succeeded [EMAIL PROTECTED] mono]# mono provaByteFX.exe

[Mono-list] The website(s)

2004-06-29 Thread Simon Ask Ulsnes
Hi, When are someone going to update go-mono.com and more urgently mono-project.com? - Simon ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Using ld wrapping with Boehm GC

2004-06-29 Thread Patrick Hartling
I am working on a project that mixes native code with the CLI, and I am having problems with threading. The problems arise because the native code creates its own threads, and those threads can call into the CLI universe. To handle this, I have code that bridges between the native code and the

RE: [Mono-list] Using Exceptions with external Plugins

2004-06-29 Thread Pablo Fischer
Thanks! However, I think the best idea is to use generic Exceptions, if I try to use the CookComputing.XmlRpc Exceptions I need to compile ALL my application with CookComputing.dll and I'm not looking that, that's why I'm working with plugins to just compile CookComputing.XmlRpc in the plugins

Re: [Mono-list] The website(s)

2004-06-29 Thread Erik Dasque
Simon, we're updating mono-project.com. go-mono.com is eventually going away. What are you mainly concerned about ? We'll be updating it with 1.0 downloads very soon. Erik On Jun 29, 2004, at 10:49 AM, Simon Ask Ulsnes wrote: Hi, When are someone going to update go-mono.com and more urgently

Re: [Mono-list] err:module:import_dll Library mscoree.dll

2004-06-29 Thread Paolo Molaro
On 06/29/04 npguy wrote: [EMAIL PROTECTED] Mono.NET]$ ./gtk.exe file_set_error: No such device or address err:module:import_dll Library mscoree.dll (which is needed by LF:\\stuff\\Mono.NET\\gtk.exe) not found err:module:LdrInitializeThunk Main exe initialization for You need to run the

Re: [Mono-list] Problem with MySQL Data Provider (ByteFx)

2004-06-29 Thread Pablo Baena
This is a permission problem in your Mysql configuration. On Tuesday 29 June 2004 14:32, [EMAIL PROTECTED] wrote: Hi, I've just installed Mono Beta 3...but I've still problems: ## [EMAIL PROTECTED] mono]# mcs provaByteFX.cs -r System.Data.dll -r ByteFX.Data.dll Compilation

RE: [Mono-list] Problem with MySQL Data Provider (ByteFx)

2004-06-29 Thread Daniel Morgan
SQL# does not support external providers put in the Mono GAC. I need to fix this before Mono 1.0. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pablo Baena Sent: Tuesday, June 29, 2004 12:32 PM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Problem with

Re: [Mono-list] err:module:import_dll Library mscoree.dll

2004-06-29 Thread Ravindra Kumar
Hello, That is not the right way to run an exe with mono. You need to do, $ mono name.exe or $ mono gtk.exe, in your case. - Ravindra npguy [EMAIL PROTECTED] 6/29/2004 7:49:17 PM sorry if this is already asked. i did check google no luck. i am using latest rc, and unzip

[Mono-list] GTKSourceview#

2004-06-29 Thread Elfred Pagan
Hello, I am trying to build GTKSourceview# with version 0.7 of GTKSourceview and I get the following error checking for gtksourceview-1.0 = 1.0.0... Requested 'gtksourceview-1.0 = 1.0.0' but version of gtksourceview is 0.7.0 during configure The thing is the highest release of gtksourceview I've

Re: [Mono-list] GTKSourceview#

2004-06-29 Thread Duncan Mak
On Wed, 2004-06-30 at 00:15, Elfred Pagan wrote: The thing is the highest release of gtksourceview I've been able to find is 0.8 You can get source code of the 1.0.x series here: ftp.gnome.org:/pub/gnome/sources/gtksourceview/gtksourceview-1.0.1.tar.bz2 and RPMs are also available for