RE: [Mono-dev] framework for system.web tests

2006-05-07 Thread Andrew Skiba
Why not adopt this to be part of the unit tests directly? That's definitely the idea - the patch just didn't provide any changes to the existing unit tests. My colleges Tal and Yoni are going to commit few tests as soon as this framework is ready. And if this is not possible, we

Re: [Mono-dev] Patch for HttpRequest.cs

2006-05-07 Thread Gonzalo Paniagua Javier
On Tue, 2006-05-02 at 17:11 +0200, Juraj Skripsky wrote: Hello, The attached patch makes sure that the get-parameters in QueryString are url-decoded using the proper encoding (when creating the NameValueCollection). May I commit? Please, do. Thanks. -Gonzalo

[Mono-dev] typeof(Byte[]).GetInterfacesMap

2006-05-07 Thread Voigt, Benjamin
Would someone please be so kind as to run the following unit test on Mono? It's written against Zanebug but should be easy to run with any testing framework. using Adapdev.UnitTest; [TestFixture] class GetInterfaceMap { [Test] public static void ByteArray() { System.Type

[Mono-dev] Gecko-sharp and Flash

2006-05-07 Thread Daniel Lacroix
Hi. I'm using gecko-sharp to create my own specific browser. I want to be able view Flash content in this browser. The browser is working good but no mozilla plugin is available. Is it possible to have the plugin when using Gecko-sharp ? I have see now way to specify my plugin directory to the

[Mono-dev] Re: How to get the assembly version?

2006-05-07 Thread Ympostor
Jb Evain escribió: But this would have been better asked on the mono-list. Why? This question arised when developing *with* Mono, as stated at: http://www.mono-project.com/Mailing_Lists Regards. -- ___ Mono-devel-list mailing list

[Mono-dev] Patch for FileStream.cs (correct exception message)

2006-05-07 Thread Markus Mauhart
Hi, with unpatched 1.1.15 I get the following message: Unhandled Exception: System.ArgumentOutOfRangeException: Argument is out of range. Parameter name: Positive number required. Appended the correction (which does like the other existing, correct, messages). Regards, Markus.

Re: [Mono-dev] Gecko-sharp and Flash

2006-05-07 Thread Miguel de Icaza
Hello, The browser is working good but no mozilla plugin is available. Is it possible to have the plugin when using Gecko-sharp ? I have see now way to specify my plugin directory to the WebControl. If someone has a solution. Just yesterday someone posted the solution, you need to set

[Mono-dev] Using Ilasm parser on other applications

2006-05-07 Thread Alejandro Serrano
Is there any way I could use the parser that Ilasm uses to obtain the set of classes, methods, properties, etc... from an IL source file? I don't mind making some rework, although I think this parser could address my needs if I got some way to use it just not for plain code generation. Thanks in

Re: [Mono-dev] Using Ilasm parser on other applications

2006-05-07 Thread Andreas Nahr
Why not just use Cecil? That would work for any IL, not just (but also) ILAsm source... - Original Message - From: Alejandro Serrano [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Sunday, May 07, 2006 5:13 PM Subject: [Mono-dev] Using Ilasm parser on other applications

Re: [Mono-dev] Using Ilasm parser on other applications

2006-05-07 Thread Alejandro Serrano
I mean getting the IL source file and parsing it to get the methods, classes, defined in the file..., something like an IDE does with source codes. Does Cecil implement this functionality? I thought it just worked for already compiled assemblies. Which classes should I use for the task?

Re: [Mono-dev] Gecko-sharp and Flash

2006-05-07 Thread Zac Bowling
You have to set the CompPath property on the WebControl object to a mozilla/firefox directory that has a plugins folder get it to work. Its a static so just say WebControl.CompPath = /usr/lib/mozilla-firefox; And yes, I know it sucks it doesn't do that for you automatically. Zac On Sun,

[Mono-dev] [ASP.NET] HttpRequest question

2006-05-07 Thread Marek Habersack
Hello everybody, There's some code in HttpRequest's MapPath (starting at HttpRequest.cs:1170) that I can't dig the logic of. Given a site with the following sample structure: / /web.config /login.aspx /Global.aspx /Global.aspx.cs /bin/ /admin/ /admin/web.config /admin/default.aspx

Re: [Mono-dev] Using Ilasm parser on other applications

2006-05-07 Thread Jb Evain
Hola, On May 7, 2006, at 10:52 PM, Alejandro Serrano wrote: I mean getting the IL source file and parsing it to get the methods, classes, defined in the file..., something like an IDE does with source codes. Does Cecil implement this functionality? I thought it just worked for already

[Mono-dev] [Fwd: [Mono-patches] r60310 - trunk/mono/mono/metadata]

2006-05-07 Thread Atsushi Eno
Hi Zoltan, Seems like it started to cause sharing violation on win32 build. (r60309 built fine.) make[8]: Entering directory `/home/atsushi/svn/mcs/class/corlib' Creating ../../build/deps/default_corlib.dll.response ... MONO_PATH=../../class/lib/net_1_1_bootstrap;$MONO_PATH