Re: [Mono-list] gtk# app installer

2004-06-28 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: c

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

2004-06-28 Thread Iain McCoy
On Tue, 2004-06-29 at 11:14, Pablo Fischer 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() == > "Co

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

2004-06-28 Thread Pablo Fischer
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() == "CookComputing.XmlRpc.XmlRpcFaultException") { Console.WriteLine("

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

2004-06-28 Thread Arild Fines
[EMAIL PROTECTED] wrote: > Hi! > > I'm loading many plugins (assemblies, dll) from my App.exe, however > sometimes a plugin can throw an exception, how can I catch it?, I can > only catch the System.Reflection.TargetInvocationException cause I'm > using Reflection/Invoke techniques.. but I can't 'c

[Mono-list] Using Exceptions with external Plugins

2004-06-28 Thread Pablo Fischer
Hi! I'm loading many plugins (assemblies, dll) from my App.exe, however sometimes a plugin can throw an exception, how can I catch it?, I can only catch the System.Reflection.TargetInvocationException cause I'm using Reflection/Invoke techniques.. but I can't 'catch' 'internal Exceptions' of these

[Mono-list] Can't access anonymous CVS repository

2004-06-28 Thread Jon Watte
I'm trying to build from source using the mono-build.sh script on Linux. I've successfully done this in the past, but now I just get ": no such respository" errors: Here's the build log: PROMPT> export CVSROOT=:pserver:[EMAIL PROTECTED]:2401/mono PROMPT> export http_proxy=x PROMPT> export f

Re: [Mono-list] issues with mono .97 on Fedora Core 2

2004-06-28 Thread Duncan Mak
On Sun, 2004-06-27 at 03:50, James William Dumay wrote: > Hello, > Mono seems to die unexpectedly with the following error message: > > $ mono > mono: error while loading shared libraries: libmono.so.0: cannot handle > TLS data > > Duncan said I should leave behind some details of my system > >

Re: [Mono-list] xsp more than one app failure

2004-06-28 Thread Gonzalo Paniagua Javier
El lun, 28-06-2004 a las 05:06, Chris Turchin escribió: > i got a copy of the bug changes via cc - looks good. i had mailed gonzalo about > this lasat tuesday, but not heard back and figured it was just me having the > prob... i added anohther comment to the bug too. I could reproduce the bug w

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

2004-06-28 Thread Gonzalo Paniagua Javier
El vie, 25-06-2004 a las 11:12, Michał Ziemski escribió: > Hi! > > I have a WS on mod_mono. It is protected with AuthType Digest in Apache > 2.0.49. I load the WS i my browser, give the username and pass and the > WS runs, but User.Identity.Name returns an empty string and not the > username I

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

2004-06-28 Thread Artur Brodowski
W liście z pon, 28-06-2004, godz. 15:31, [EMAIL PROTECTED] pisze: > I've mono 1 Beta with Fedora Core 2. > I try to test a connection string with MySQL Data Provider (ByteFx), compilation > is all right but running failed: Install latest Mono release (RC has some issues, try Beta 3) - ByteFX.Data

Re: [Mono-list] gtk# app installer

2004-06-28 Thread Erik Dasque
Again, there will soon be a windows installer for GTK/GTK# bound to MS .NET. Erik On Jun 28, 2004, at 6:53 AM, Davy Brion wrote: On Sun, 27 Jun 2004 22:23:03 -0400, Erik Dasque <[EMAIL PROTECTED]> wrote: Well, do you need Mono there, on Windows ? You can just rely on .NET. As for GTK/GTK#, we ha

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

2004-06-28 Thread beniniva
Hi, I've mono 1 Beta with Fedora Core 2. I try to test a connection string with MySQL Data Provider (ByteFx), compilation is all right but running failed: ## [EMAIL PROTECTED] mono]# mcs EsempioByteFX.cs -r System.Data.dll -r ByteFX.Data.dll Compilation succeeded [EMAIL PROTECT

Re: [Mono-list] issues with mono .97 on Fedora Core 2

2004-06-28 Thread Davy Brion
On Mon, 28 Jun 2004 01:13:08 +0200, Fabrício Santos <[EMAIL PROTECTED]> wrote: > > I got the same problem using the mono rpms and sorted it out by compiling it > from sources myself. odd... i installed the rpms as released by the mono team for FC2 and they worked perfectly. How did you install t

Re: [Mono-list] gtk# app installer

2004-06-28 Thread Davy Brion
On Sun, 27 Jun 2004 22:23:03 -0400, Erik Dasque <[EMAIL PROTECTED]> wrote: > > Well, do you need Mono there, on Windows ? You can just rely on .NET. > As for GTK/GTK#, we have an installer coming very soon for Windows. I have an application which uses GTK# and i'd like to release a windows versio

Re: [Mono-list] gtk-sharp CVS build failing

2004-06-28 Thread Marc Recht
[...] > When doing the compilation, you need to pass the option > '--optimize=loop' to mono. I had to go into the Makefile for each > assembly in gtk-sharp, change the RUNTIME variable from > /bin/mono to /bin/mono > --optimize=loop. > > This is a known mono bug and should be fixed soon. Than

[Mono-list] Monodevelop bugette

2004-06-28 Thread PFJ
Hi, This is more annoying than anything else. The default save path for monodevelop is currently set to something like /usr/bin/monodevelop instead of ~/ Any chance of changing that or putting it in the a configuration setting somewhere please? TTFN Paul -- "If I face my God tomorrow, I can t

Re: [Mono-list] Windows.forms??

2004-06-28 Thread Jordi Mas
El divendres 25 de juny del 2004 a les 00:03 +0800, en/na Stefan Elwesthal va escriure: > Hi! > > I thought I should spend my summer off work playing around with mono and C#. I've > got a fresh installed SuSE 9.1 machine, so I > downloaded the "all package". However, this one won't install sin

RE: [Mono-list] Odbc connection via UnixODBC

2004-06-28 Thread marco . ridoni
>thanks for your reply. >I've created a symbolic link such as you suggest (ln -s libodbc.so odbc32.so), >but I obtain the same error. > That should be: ln -s libodbc.so libodbc32.so (unless it's a typo in your message) It still complains about not being able to find the library, so either you did

RE: [Mono-list] Odbc connection via UnixODBC

2004-06-28 Thread beniniva
Hi, thanks for your reply. I've created a symbolic link such as you suggest (ln -s libodbc.so odbc32.so), but I obtain the same error. Unhandled Exception: System.DllNotFoundException: odbc32 in <0x00053> (wrapper managed-to-native) System.Data.Odbc.libodbc:SQLAllocHandle (System.Data.Odbc.OdbcHa