Re: [Mono-dev] Problem with RadioButtonList

2005-11-15 Thread Johann BLAIS
your problem is linked with this bug? http://bugzilla.ximian.com/show_bug.cgi?id=76697 Le lundi 14 novembre 2005 à 10:17 +0100, Johann BLAIS a écrit : Hi all, I've tried upgrading to 1.1.10. Nice work you've done ! I have a problem, my web application crashes when trying to use selectedValue

[Mono-dev] Problem with RadioButtonList

2005-11-14 Thread Johann BLAIS
? Regards, Johann Blais ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Error consuming web services

2005-10-27 Thread Johann BLAIS
, Johann BLAIS wrote: [...] System.Net.WebException: Error getting response stream (ReadDone4): ServerProtocolViolation --- System.FormatException: Invalid format. in 0x00103 System.UInt32:Parse (System.String s, Boolean tryParse, System.UInt32 result) in 0x0001a System.UInt32:Parse

[Mono-dev] Error consuming web services

2005-10-26 Thread Johann BLAIS
Hi, I've been using webservices for quite some time, and now i face a strange problem. I use generated proxies to access my web services. I get an error : System.Net.WebException: Error getting response stream (ReadDone4): ServerProtocolViolation --- System.FormatException: Invalid format.

[Mono-dev] Problem with wsdl proxy generator

2005-10-25 Thread Johann BLAIS
Hi all, I've upgraded to the latest daily tarball. Now i face a problem generating the proxies for my C++ web services. In the generated proxies (with mono-1.1.8.20050824 daily package), i used to have something like [System.Web.Services.WebServiceBinding(Name=Action,

Re: [Mono-dev] Problem with asmx file

2005-10-07 Thread Johann BLAIS
and generate those or that page. Anyone knows about such a tool ? Johann Atsushi Eno a écrit : Hi, There was a bug that blocked WSDL processing, which I fixed yesterday. So if you were trying mono/mcs from svn, please try the latest svn. Atsushi Eno Johann BLAIS wrote: Hello, I've created

Re: [Mono-dev] Problem with asmx file

2005-10-07 Thread Johann BLAIS
Hi. Did you write the complete asmx ? I have generated the C# proxies for my web services, compiled them in a dll. So i don't want the rewrite the whole asmx file, because my web service is written in C++ with gsoap. I tried the tutorial on the mono website, concerning GTK# and the

Re: [Mono-dev] Problem with asmx file

2005-10-07 Thread Johann BLAIS
Hi, Simon Bain a écrit : Hi. my asmx file is %@ WebService Class=EdrmsWebService.EDRMSWebServiceClass % I have compiled the c# (This is the difference I believe) dll and placed it into the bin directory. I have apache 2 as the web server which calls mod_mono for all things mono. I did

Re: [Mono-dev] Problem with asmx file

2005-10-07 Thread Johann BLAIS
; run wsdl -service my.wsdl - Your .asmx file should specify exactly that class name generated by wsdl(.exe) and compiled into a dll, rather than just General. Atsushi Eno Johann BLAIS wrote: Thanks for your reply. I'm using mono-1.1.8.20050824 which seems to be the last version

Re: [Mono-dev] Problem with asmx file

2005-10-07 Thread Johann BLAIS
complain if i svn the mcs tree. I can't use the latest release because the datagrid buttoncolumn is broken. Thanks, Johann Johann BLAIS a écrit : Ok so i take my favorite wsdl describing my service web named General. I generate the stub using wsdl -server general.wsdl. The generated stub define

[Mono-dev] Problem with asmx file

2005-10-06 Thread Johann BLAIS
Hello, I've created a webservice named General and generated the wsdl file using gSoap. I generated the proxy with the wsdl tool. I want to test it using DefaultWsdlHelpGenerator.aspx. So i wrote a simple index.asmx containing %@ WebService Class=General % I put the compiled DLL into the bin

[Mono-dev] Problem building mono-1.1.9.1

2005-09-23 Thread Johann BLAIS
Hi, When i try to compile mono-1.1.9.1, i get an error : MONO_PATH=../../class/lib/net_1_1_bootstrap:$MONO_PATH /home/jblais/mono-1.1.9.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/ilasm.exe /debug /out:../../class/lib/default/Microsoft.VisualBasic.dll /dll

[Mono-dev] Compilation problem with latest tarball

2005-09-21 Thread Johann BLAIS
Hi, I downloaded the latest tarball (20050920). I got an error compiling FireBirdSQL.Data.FireBird, the following file was missing : trunk/mcs/class/FirebirdSql.Data.Firebird/FirebirdSql.Data.Firebird.dll.resources I got from SVN Web Access, and it worked. Regards, Johann

[Mono-dev] Checking out sources

2005-09-20 Thread Johann BLAIS
Hi, I'm desperately trying to check out the sources of Mono. I tried the method described in the mono site svn co svn://mono.myrealbox.com/source/trunk/mcs That does not work. I cannot connect to the repository. So I tried svn co svn+ssh://mono.myrealbox.com/source/trunk/mcs The

Re: [Mono-dev] Checking out sources

2005-09-16 Thread Johann BLAIS
I'm definitly stupid... i forgot to configure the proxy settings... I'm sorry. Anyway, thanks a lot for your answers. Johann. Jörg Rosenkranz a écrit : Hi Johann, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johann BLAIS I'm desperately

Re: [Mono-dev] Checking out sources

2005-09-16 Thread Johann BLAIS
know. - Jonathan -Original Message- From: [EMAIL PROTECTED] on behalf of Paolo Molaro Sent: Thu 9/15/2005 1:07 PM To: mono-devel-list@lists.ximian.com Cc: Subject:Re: [Mono-dev] Checking out sources On 09/15/05 Johann BLAIS wrote: I'm desperately trying to check out

Re: [Mono-dev] Problem with AlternatingRowStyle in GridView

2005-08-30 Thread Johann BLAIS
Gonzalo Paniagua Javier a écrit : On Tue, 2005-08-23 at 16:36 +0200, Johann BLAIS wrote: Should i file a bug for this ? Please, do. -Gonzalo Thanks for your response. Filed bug #75936. Regards, Johann. ___ Mono-devel-list mailing

[Mono-dev] Problem with AlternatingRowStyle in GridView

2005-08-23 Thread Johann BLAIS
is generated as tr class=ligne1 stuff /tr. The second one is generated as tr class=ligne1 class=ligne2 stuff /tr Should i file a bug for this ? Thanks, Johann Blais. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com

[Mono-dev] XSP crash

2005-08-23 Thread Johann BLAIS
not be reached aborting... This does not occur on every webform but i don't know what may cause this. Any idea ? Thanks, Johann Blais ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-devel-list] BoundField Visible Attribute

2005-07-15 Thread Johann BLAIS
to hide content of the column and not the column itself. Can someone give me a little help, so i can create a patch to fix this. I think problem comes from GridView.cs but I am not sure about what to modify. Any help would be greatly appreciated. Thanks Johann BLAIS

[Mono-devel-list] ASP.NET 2.0 Device Specific Master Pages

2005-07-05 Thread Johann BLAIS
=default.master Mozilla:Master=mozilla.master % This feature would eventually save my life (and the one of our webdesigner), i mean if... it was available on Mono :). Does someone know if this feature is to be implemented anytime soon ? Many thanks Johann Blais

Re: [Mono-devel-list] Nested Master Pages

2005-06-28 Thread Johann BLAIS
Kornél Pál wrote: From: Johann BLAIS dummy I'm sorry but I still don't understand what prevent ASP.NET 2.0 features from being documented (a little)... /dummy It takes time to document something.:) And as it' still under development it's no use to create documentation about implemented

[Mono-devel-list] Nested Master Pages

2005-06-17 Thread Johann BLAIS
Hi, I'm still working on Master Pages (thanks to Lluis), but now I face another problem : I cannot nest master pages. Usually this is done by adding a master attribute to the child master definition tag. %@ Master Language=C# Master=~/MyMainMaster.master % but when i try to access a content

[Mono-devel-list] Master Pages

2005-06-08 Thread Johann Blais
with the overriding message, but it should not display the default message. Does someone has an explanation ? Thanks. Regards. Johann BLAIS [EMAIL PROTECTED] --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version