Re: [Mono-dev] Error consuming web services

2005-10-27 Thread Johann BLAIS
Yes, you're right, actually it doesnot work either on dotnet. I etherealed a few requests, what is the "expected : 100-continue" in the header of the request ? Thanks for your reply, i'm starting to getting somewhere. Johann Gonzalo Paniagua Javier a écrit : On Wed, 2005-10-26 at 14:16 +020

[Mono-dev] [CODE] Missing System.Web.RegularExpressions assembly

2005-10-27 Thread Marek Habersack
Hello everybody, While looking for a way to parse ASPX files (in order to extract translatable strings from them) I have come across this project http://www.codeproject.com/aspnet/ASParser.asp which fits my needs perfectly, but it turned out that the Mono runtime lacked the System.Web.RegularExp

[Mono-dev] Mono.Unix Future Directions, Questions

2005-10-27 Thread Jonathan Pryor
Miguel noticed yesterday that Mono.Unix currently has over 270 [Obsolete] declarations. Things will be changing soon, so here is the what, why, and questions about possible future changes (see the end for questions under consideration -- feedback is appreciated). Mono.Unix was originally conceive

Re: [Mono-dev] Error consuming web services

2005-10-27 Thread Johann BLAIS
Gonzalo, Once again, you were right. My server was responding something like : HTTP/1.1 HTTP/1.1 100 Continue instead of just HTTP/1.1 100 Continue Thanks a lot, your answer helped a lot finding the origin of the problem. It's good to know there are skilled guys out there. Johann. Johann BLAIS

Re: [Mono-dev] Regarding MONO on Embedded Device.

2005-10-27 Thread conn intel
Hello friends, Thanx to all for their help. The part of Mono in my project is just showing the system configuration through web-browser.  We also saving the  system configuration  through  web  browser  so  the project  uses  file library  and xml  library.  But to run the mono on compact flash w

[Mono-dev] Patch for System.Runtime.Remoting.Channels.SoapMessageFormatter

2005-10-27 Thread Svetlana Zholkovsky
Hi all, I send patch for SoapMessageFormatter with TARGET_JVM changes and with fix of the GetNullValue method, which should not return null in case of value type. If this change is not relevant for Mono, I will put it under TARGET_JVM flag. Thanks, Svetlana. SoapMessageFormatter.diff Descriptio

[Mono-dev] Patch for System.Runtime.Remoting.Channels SoapCore & BinaryCore

2005-10-27 Thread Svetlana Zholkovsky
Hi all, I fixed the SoapCore and BinaryCore classes to initialize the properties dictionary in case of it is null, because it causes to NullReferenceException when the user tries to use it, for example: SoapServerFormatterSinkProvider serverProvider = new SoapServerFormatterSinkProvider(); server

Re: [Mono-dev] Patch for System.Runtime.Serialization.Formatters.Soap/SoapTypeMapper.cs

2005-10-27 Thread Lluis Sanchez
El mié, 26-10-2005 a las 07:45 -0700, Svetlana Zholkovsky escribió: > Hi all, > I encountered two problems with the SoapTypeMapper class: > > - First, in the deserialization of the MethodSignature element for the > overloaded method without parameters. > In this case the xml element in the strea

[Mono-dev] Compiling Mono on Cygwin

2005-10-27 Thread Kevin Thompson
Hi I am attempting to compile Mono on windows using cygwin. I am following this tutorial(http://www.mono-project.com/Compiling_Mono) but i am getting an error when running:  ./configure --prefix=/tmp/install checking for pkg-config... /tmp/build_deps/bin/pkg-config ./configure: line 23837:

Re: [Mono-dev] Compiling Mono on Cygwin

2005-10-27 Thread Thomas Johansen
Kevin,Hi I am attempting to compile Mono on windows using cygwin. I am following this tutorial(http://www.mono-project.com/Compiling_Mono) but i am getting an error when running:  ./configure --prefix=/tmp/install checking for pkg-config... /tmp/build_deps/bin/pkg-config ./configure: line 238

[Mono-dev] [Patch] To allow deserializing VS Designer created resources

2005-10-27 Thread Peter Dennis Bartok
Hi All, Jonathan Gilbert asked me to post the attached patch. When designing winforms apps with VS.Net it serializes some Globalization stuff using private enums and such, and since Mono always tries to deserialize all objects in the resource file, those apps will fail on startup. The attached

Re: [Mono-dev] Compiling Mono on Cygwin

2005-10-27 Thread Raja R Harinath
Hi, Kevin Thompson <[EMAIL PROTECTED]> writes: > Hi I am attempting to compile Mono on windows using cygwin. I am following > this tutorial(http:// > www.mono-project.com/Compiling_Mono) but i am getting an error when running: > > ./configure --prefix=/tmp/install > > checking for pkg-config...

Re: [Mono-dev] Compiling Mono on Cygwin

2005-10-27 Thread Kevin Thompson
ok i got past that but now i am having another problem. it says that I need to have a version of mcs installed... so I installed the latest release and added it to my path but I get some basic-profile-check error. Any ideas? I also tried to download yesterday's daily monolite package but that fa

Re: [Mono-dev] Compiling Mono on Cygwin

2005-10-27 Thread Raja R Harinath
Hi, Kevin Thompson <[EMAIL PROTECTED]> writes: > ok i got past that but now i am having another problem. it says that I need > to have a version of mcs > installed... so I installed the latest release and added it to my path but I > get some basic-profile-check > error. > > Any ideas? > > I als

Re: [Mono-dev] Compiling Mono on Cygwin

2005-10-27 Thread Kevin Thompson
Looks like it is compiling now. Thank you for the help. On 10/27/05, Raja R Harinath <[EMAIL PROTECTED] > wrote:Hi,Kevin Thompson <[EMAIL PROTECTED] > writes:> ok i got past that but now i am having another problem. it says that I need to have a version of mcs> installed... so I installed the lates