Re: [Mono-dev] DotNet Remoting : Failed to read past end of stream

2005-09-30 Thread Hubert FONGARNAND
Le vendredi 30 septembre 2005 12:50 +0200, Robert Jordan a crit: Hi, By any chance, what happens if you use a plain ASCII string or when you use a string read from somewhere else (not a literal declared in source code). I've done a test with : string envoi=Console.ReadLine();

[Mono-dev] DotNet Remoting : Failed to read past end of stream

2005-09-29 Thread Hubert FONGARNAND
Hello There's surely a bug with serializing and deserializing string in mono... I've done a little .NET remoting serveur : with a single Hello Method : public string Echo(string text) { log.Info(Appel fonction Hello); return text; } If I call this method on the client with :

[Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
I've updated my mono from svn this morning... There's apparently a problem with Mcs : when i try to compile a simple project with : mcs /home/hubert/Projects/test/Main.cs i get : error CS2007: Unrecognized command-line option: `/home/hubert/Projects/test/Main.cs' Compilation failed: 1

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
Le mercredi 28 septembre 2005 11:11 +0200, Hubert FONGARNAND a crit: I've updated my mono from svn this morning... There's apparently a problem with Mcs : when i try to compile a simple project with : mcs /home/hubert/Projects/test/Main.cs i get : error CS2007

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
Le mercredi 28 septembre 2005 11:11 +0200, Hubert FONGARNAND a crit : I've filled a bug report : http://bugzilla.ximian.com/show_bug.cgi?id=76255 I've updated my mono from svn this morning... There's apparently a problem with Mcs : when i try to compile a simple project

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
. Marek, any good ideas? Atsushi Eno Hubert FONGARNAND wrote: I've updated my mono from svn this morning... There's apparently a problem with Mcs : when i try to compile a simple project with : mcs /home/hubert/Projects/test/Main.cs i get : error CS2007: Unrecognized command-line option

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
Le mercredi 28 septembre 2005 14:03 +0200, Hubert FONGARNAND a crit: Le mercredi 28 septembre 2005 11:32 +0100, Marek Safar a crit: Hello, Fixed in SVN. Hubert, could you retest it ? Ooops Mono doesn't compile anymore: MONO_PATH=../../class/lib/default

Re: [Mono-dev] ViewState Problem

2005-09-27 Thread Hubert FONGARNAND
Le mardi 27 septembre 2005 02:53 -0400, Gonzalo Paniagua Javier a crit: On Mon, 2005-09-26 at 10:10 +0200, Hubert FONGARNAND wrote: I've updated my mono from SVN today, and my ASP.NET app (it used to worked...) has a viewstate problem! Somebody know something about

[Mono-dev] ViewState Problem

2005-09-26 Thread Hubert FONGARNAND
I've updated my mono from SVN today, and my ASP.NET app (it used to worked...) has a viewstate problem! Somebody know something about that: System.NullReferenceException: Object reference not set to an instance of an object in 0x00067 System.Web.UI.LosFormatter:SerializeAndHash

[Mono-dev] i cannot compile Mono today from SVN

2005-09-14 Thread Hubert FONGARNAND
i cannot compile Mono today from SVN make[8]: Entering directory `/home/hubert/mono/mcs/class/Microsoft.JScript' MONO_PATH=../../class/lib/net_2_0:$MONO_PATH /home/hubert/mono/mono/runtime/mono-wrapper ../../gmcs/gmcs.exe -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll

[Mono-dev] header have been already sent ?

2005-09-02 Thread Hubert FONGARNAND
I'm back from my holydays... and i've updated mono from svn... It seems that there are many changes in ASP.NET Many web application that worked before doesn't work now... The first error I experience is an xsp error : [EMAIL PROTECTED] /home/monoapp/FicheClient $ xsp xsp Listening on port: 8080

[Mono-devel-list] TimeStamp support on oracle...

2005-07-28 Thread Hubert FONGARNAND
I really need the new TimeStamp type (supported starting from oracle 9). It's a MS.NET supported type (i've made tests)... I've begin to do a little patch (attached) to add the timestamp type to oracle.client... but... I've a strange error when i try to do a Fill, it failed with: Unhandled

Re: [Mono-devel-list] Using the internal profiler

2005-07-26 Thread Hubert FONGARNAND
Le Mardi 26 Juillet 2005 13:05, Hugo Ferreira a écrit : Hi everyone, Does anyone knows how can I activate/deactivate the profiler for certain areas in program execution (like full Classes)? Or for a certain timespan? The problem is that I've got an application that loads a lot of data to

Re: [Mono-devel-list] gtk ComboBox questions...

2005-07-22 Thread Hubert FONGARNAND
Le Vendredi 22 Juillet 2005 14:22, Hubert FONGARNAND a écrit : -- Message transmis -- Subject: Re: [Mono-devel-list] gtk ComboBox questions... Date: Vendredi 22 Juillet 2005 14:14 From: Hubert FONGARNAND [EMAIL PROTECTED] To: Mikkel Kruse Johnsen [EMAIL PROTECTED] Le

Re: [Mono-devel-list] Problem with MS.NET and Mono with Remoting

2005-07-20 Thread Hubert FONGARNAND
Le Mardi 19 Juillet 2005 08:56, Hubert FONGARNAND a écrit : Le Lundi 18 Juillet 2005 16:48, Hubert FONGARNAND a écrit : http://bugzilla.ximian.com/show_bug.cgi?id=75575 Does someone know if this type of bug will be resolved a day... Or help me how to resolve this issue... I don't know where

Re: [Mono-devel-list] Problem with MS.NET and Mono with Remoting

2005-07-19 Thread Hubert FONGARNAND
Le Lundi 18 Juillet 2005 16:48, Hubert FONGARNAND a écrit : http://bugzilla.ximian.com/show_bug.cgi?id=75575 ___ Ce message et les éventuels documents joints peuvent contenir des informations confidentielles. Au cas où il ne vous serait pas destiné

Re: [Mono-devel-list] SQLServer SessionState

2005-07-13 Thread Hubert FONGARNAND
Le Mardi 12 Juillet 2005 17:45, Hubert FONGARNAND a écrit : I've found where's the bug! In fact, i've done some tests with another program which store objects in the sessionstate, and it's working well... But, if you do a Redirect after storing object in the session state, the session state

[Mono-devel-list] DateTime Parameters in MSSQL Server

2005-07-12 Thread Hubert FONGARNAND
I've an issue with datetime parameters with MSSQL Server in Mono... It seem's that the parameters is badly sent to the SQL Server... Please test that : using System; using System.Data; using System.Data.SqlClient; class MainClass { static string cnx=user id=sa;password=sa;data

[Mono-devel-list] SQLServer SessionState

2005-07-12 Thread Hubert FONGARNAND
I'm interested by storing sessions state into my pgsql server box... I've tried to configure my web.config like : sessionState mode=SQLServer sqlConnectionString=SERVER=10.69.100.181;USER ID=postgres;PASSWORD=postgres;database=aspstate timeout=20/ and add

Re: [Mono-devel-list] Problem with MSSQL server and GUID parameters...

2005-06-28 Thread Hubert FONGARNAND
Le Mardi 28 Juin 2005 12:41, Hubert FONGARNAND a écrit : I've seen with ethereal that a GUID parameter is sent as binary form with MS.NET with Mono, a GUID parameter is sent as text : 0x is that the problem??? I've an issue with MSSQL Server and mono... I just do a select * where [EMAIL

[Mono-devel-list] Problem when building Mono from svn this morning...

2005-06-24 Thread Hubert FONGARNAND
gmcs could not load some classes? make[8]: Entering directory `/home/hubert/mono/mcs/class/System' MONO_PATH=../../class/lib/net_2_0: $MONO_PATH /home/hubert/mono/mono/runtime/mono-wrapper ../../gmcs/gmcs.exe -d:NET_1_1 -d:NET_2_0 -debug /noconfig /define:XML_DEP /r:System.Xml.dll

[Mono-devel-list] Character encoding problem

2005-06-23 Thread Hubert FONGARNAND
I have an issue with accentued characters encoding (in french) in APS.NET I've a little VS 2003 Project attached ... With MS.NET the result is : Label Dynamique : accent aigu : é accent grâve è Statique: Accents : éèê Label HTML : Accents : éèèèê fr-FR With mono, i get : Label Dynamique :

Re: [Mono-devel-list] Character encoding problem

2005-06-23 Thread Hubert FONGARNAND
Le Jeudi 23 Juin 2005 15:07, Gonzalo Paniagua Javier a écrit : On Thu, 2005-06-23 at 13:06 +0200, Hubert FONGARNAND wrote: I have an issue with accentued characters encoding (in french) in APS.NET I've a little VS 2003 Project attached ... With MS.NET the result is : Label Dynamique

Re: [Mono-devel-list] BIg Problem with webservices (client)

2005-06-22 Thread Hubert FONGARNAND
file a bug report in bugzilla.ximian.com for this? and please attach the code of the web service that fails (if possible) or the wsdl document? Thanks, Lluis. El dv 17 de 06 del 2005 a les 11:27 +0200, en/na Hubert FONGARNAND va escriure: I've a simple Web Application which make a call

Re: [Mono-devel-list] The class could not be loaded / NullReferenceException

2005-06-21 Thread Hubert FONGARNAND
A MAJOR bug has been filled : #75284 #75323 I hope it will be corrected soon! Le Mardi 21 Juin 2005 04:58, Samuel Kaufman a écrit : This chunk of output just completely mystifies me. I have no idea why I'm getting it. I'm using Mono 1.1.8. [EMAIL PROTECTED]:~/Navajo/bin$ mono Navajo.exe

Re: [Mono-devel-list] Re: FW: Soap Serialization interop

2005-06-21 Thread Hubert FONGARNAND
It may refer to the bug #75323 ? Le Mardi 21 Juin 2005 16:32, Rafael Teixeira a écrit : Hi Robert, Outputs as I and many other Mono developers mainly use only Linux nowadays and so we can't easily reproduce cross-framework issues. But sure you can post your test here, or attach it to a

Re: [Mono-devel-list] BIg Problem with webservices (client)

2005-06-20 Thread Hubert FONGARNAND
, en/na Hubert FONGARNAND va escriure: I've a simple Web Application which make a call to a webservice method... (client side) Since this morning, It crashes when calling the constructor of the webservice... the trace is here : I think it's a problem with XML Serialization! Hubert

[Mono-devel-list] BIg Problem with webservices (client)

2005-06-17 Thread Hubert FONGARNAND
I've a simple Web Application which make a call to a webservice method... (client side) Since this morning, It crashes when calling the constructor of the webservice... the trace is here : I think it's a problem with XML Serialization! Hubert Server error in '/FicheClient' application

[Mono-devel-list] System.DllNotFoundException in Windows.forms

2005-06-14 Thread Hubert FONGARNAND
I obtain those errors when i try to run a simple hello world in windows.forms... Mono System.Windows.Forms Assembly [Revision: 44786; built: 2005/5/25 22:34:45] Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for

Re: [Mono-devel-list] [PATCH] Reworked unified Locale classes

2005-06-13 Thread Hubert FONGARNAND
Since this week end, I experienced some problems with code charset in ASP.NET pages. My locales are french : LANG=fr_FR LANGUAGE=fr_FR LC_ALL=fr_FR I've attached an example of a page made with VS.NET 2003 with a single Label with an ID : Dbut It seems like mono doesn't like utf8 characters in

Re: [Mono-devel-list] [PATCH] Reworked unified Locale classes

2005-06-13 Thread Hubert FONGARNAND
Since this week end, I experienced some problems with code charset in ASP.NET pages. My locales are french : LANG=fr_FR LANGUAGE=fr_FR LC_ALL=fr_FR I've attached an example of a page made with VS.NET 2003 with a single Label with an ID : Dbut It seems like mono doesn't like utf8 characters in

Re: [Mono-devel-list] [PATCH] Reworked unified Locale classes

2005-06-13 Thread Hubert FONGARNAND
Le Lundi 13 Juin 2005 15:41, vous avez crit: Since this week end, I experienced some problems with code charset in ASP.NET pages. My locales are french : LANG=fr_FR LANGUAGE=fr_FR LC_ALL=fr_FR Is this problem connected to this patch? Or does it occur without this patch as well?

[Mono-devel-list] Pb with Session.Abandon();

2005-05-25 Thread Hubert FONGARNAND
On MS.NET, when you do a Session.Abandon(); the session is destroyed, and a new one is rebuild when you ask for a session variable again. On Mono, Session.Abandon() has no effect... you must do a Session.Clear()... I've a small test case that show a different behaviour between mono and

Re: [Mono-devel-list] Problem with DbDataAdapter...

2005-05-20 Thread Hubert FONGARNAND
to System.Data.DataRow:get_Item (System.String columnName) from the BuildSchema). 3. If it's possible, can you send your entire app, so I'll test it here? (The confidentiality will be ensured). Thank you in advance for your patience and cooperation. Regards, Konstantin Triger Hubert FONGARNAND

Re: [Mono-devel-list] Problem with DbDataAdapter... RESOLVED

2005-05-20 Thread Hubert FONGARNAND
(System.String columnName) from the BuildSchema). 3. If it's possible, can you send your entire app, so I'll test it here? (The confidentiality will be ensured). Thank you in advance for your patience and cooperation. Regards, Konstantin Triger Hubert FONGARNAND wrote: You're

Re: [Mono-devel-list] Problem with DbDataAdapter...

2005-05-18 Thread Hubert FONGARNAND
!!! thanks Le Mardi 17 Mai 2005 16:26, vous avez écrit : Hello again, Seems that Oracle provider does not initialize at all some columns in SchemaTable. The attached patch fixes that in a generic way. Regards, Konstantin Triger Hubert FONGARNAND wrote: I've applied your patch

[Mono-devel-list] Problem with DbDataAdapter...

2005-05-17 Thread Hubert FONGARNAND
I've updated my mono this morning from SVN... and all db applications (PostGreSQL) fails with : System.InvalidCastException: Cannot cast from source type to destination type. in 0x00548 System.Data.Common.DbDataAdapter:BuildSchema (IDataReader reader, System.Data.DataTable table, SchemaType

Re: [Mono-devel-list] Mono ASP.NET is very slow with big html pages...

2005-05-13 Thread Hubert FONGARNAND
be different, what makes the same font render quite differently. HIH, On 5/12/05, Ben Maurer [EMAIL PROTECTED] wrote: On Thu, 2005-05-12 at 11:04 +0200, Hubert FONGARNAND wrote: I apologize, i've found my problem... This slowdown is due to System.Drawing Let me explain... Mono renders

Re: [Mono-devel-list] Mono ASP.NET is very slow with big html pages...

2005-05-12 Thread Hubert FONGARNAND
Paniagua Javier a écrit : On Wed, 2005-05-11 at 10:41 +0200, Hubert FONGARNAND wrote: I'm currently working on an intranet project. We want to develop it as a cross-platform project. It would be useful that it could run under MS.NET or Mono... I'm working with the svn version of mono 1.1.7.99

[Mono-devel-list] Need help to enhance oracle datetime parameter support...

2005-04-15 Thread Hubert FONGARNAND
) but i don't know how to allocate a OCIDateTime Structure in managed code... Could you help me to implement that Hubert FONGARNAND ___ Ce message et les éventuels documents joints peuvent contenir des informations confidentielles. Au cas où il ne

Re: [Mono-devel-list] Plan for XSP Changes

2005-04-11 Thread Hubert FONGARNAND
Hi, It will be great if xsp could have a case unsensitive option. In fact i'm working on porting MS.NET app to Mono and I don't want to rewrite the original app. I'm using apache2/mod_mono with the mod_speling module with some success... but apache is hard to use for debuging ASP... It

[Mono-devel-list] Mono's broken today...

2005-03-25 Thread Hubert FONGARNAND
I've updated my svn source this morning... after doing my ./autogen.sh make i've got this error : MONO_PATH=../../class/lib/net_2_0: $MONO_PATH /home/hubert/mono/mono/runtime/mono-wrapper ../../gmcs/gmcs.exe -d:NET_1_1 -d:NET_2_0 -debug /noconfig /lib:/usr/lib /noconfig /unsafe

Re: [Mono-devel-list] Mono's broken today...

2005-03-25 Thread Hubert FONGARNAND
: no Engine: Building and using the JIT 2.0 Alpha: yes JNI support: IKVM Native libgdiplus: assumed to be installed why : 2.0 Alpha is enabled Le Vendredi 25 Mars 2005 14:03, Hubert FONGARNAND a écrit : I've updated my svn source this morning

<    1   2