Re: [Mono-dev] Mono and Solaris 10 x86

2006-05-09 Thread Zoltan Varga
Hey, I checked in a workaround to SVN. Zoltan On 5/9/06, Jonel Rienton <[EMAIL PROTECTED]> wrote: I have reported this a while back and I would like to follow up. I wish somebody would shed light on the issue. http://pastebin.com/708298 I'

Re: [Mono-dev] Linux/Unix equivalent of RSACryptoServiceProvider

2006-05-09 Thread Dan Dombrowsky
Thanks for the speedy reply.  That helps alot actually.In my case I am actually encrypting a very trivial amount of data.  Basically I'm exchanging a 10 character identifier over the web and want to take advantage of the benefits of digital signatures by using a PKI solution. "- RSA use big numbers

Re: [Mono-dev] Linux/Unix equivalent of RSACryptoServiceProvider

2006-05-09 Thread Sebastien Pouliot
Hello Dan, On Tue, 2006-05-09 at 17:01 -0400, Dan Dombrowsky wrote: > Hey, this isn't exactly a mono question but IMO it's enough of a mono question, but anyway it's an interesting interop question. > does anyone know of a unix/linux program or library that is compatible > with the .NET RSACryp

Re: [Mono-dev] HttpHandlerAction cosmetic patch

2006-05-09 Thread Gonzalo Paniagua Javier
On Tue, 2006-05-09 at 06:12 -0700, Andrew Skiba wrote: > This keeps the inner exception. If noone objects, I will commit. Please, commit. Thanks. -Gonzalo ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailma

Re: [Mono-dev] System.Web.UI/TemplateParser.cs patch

2006-05-09 Thread Gonzalo Paniagua Javier
On Tue, 2006-05-09 at 03:41 -0700, Andrew Skiba wrote: > Hello, > > I tried to compile aspx from directory with spaces in the name, and got > the following error. This patch fixes that bug. If no one objects, I > will commit. Please, commit. Thanks. -Gonzalo ___

[Mono-dev] Mono and Solaris 10 x86

2006-05-09 Thread Jonel Rienton
I have reported this a while back and I would like to follow up. I wish somebody would shed light on the issue. http://pastebin.com/708298 I'm getting the error above while building from svn sources. Thanks, Jonel ___ Mono-devel-list mailing list Mono

[Mono-dev] Linux/Unix equivalent of RSACryptoServiceProvider

2006-05-09 Thread Dan Dombrowsky
Hey, this isn't exactly a mono question but does anyone know of a unix/linux program or library that is compatible with the .NET RSACryptoServiceProvider class?Basically I just need to know if I receive a string encrypted with a unix library with RSA, can I decrypt it with .NET out of the box or do

Re: [Mono-dev] Sharing violation exception when building Mono on Win32

2006-05-09 Thread Kornél Pál
This solved the problem. Thanks. Kornél - Original Message - From: "Zoltan Varga" <[EMAIL PROTECTED]> To: "Kornél Pál" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, May 09, 2006 5:13 PM Subject: Re: [Mono-dev] Sharing violation exception when building Mono on Win32 This should be fixed i

Re: [Mono-dev] Sharing violation exception when building Mono on Win32

2006-05-09 Thread Zoltan Varga
This should be fixed in r60449. Zoltan On 5/9/06, Zoltan Varga <[EMAIL PROTECTED]> wrote: Its a bug caused by some recent runtime changes. On 5/9/06, Kornél Pál <[EMAIL PROTECTED]> wrote: > Hi, > > I haven't checked out Mono for about a week and now when I tried to compile > trunk I got I

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

2006-05-09 Thread Jb Evain
Hello, Here is a solution I like most. mcs.patch Description: Binary data mono.diff Description: Binary data Comments? Jb On May 8, 2006, at 2:14 PM, Jb Evain wrote: Hey, I was just having a look at that :) On May 8, 2006, at 1:50 PM, Jonathan Pryor wrote: The above test prints out

Re: [Mono-dev] Sharing violation exception when building Mono on Win32

2006-05-09 Thread Zoltan Varga
Its a bug caused by some recent runtime changes. On 5/9/06, Kornél Pál <[EMAIL PROTECTED]> wrote: Hi, I haven't checked out Mono for about a week and now when I tried to compile trunk I got IOException. Please have a look at the attached console output and let me know whether I'm doing somethi

[Mono-dev] Sharing violation exception when building Mono on Win32

2006-05-09 Thread Kornél Pál
Hi, I haven't checked out Mono for about a week and now when I tried to compile trunk I got IOException. Please have a look at the attached console output and let me know whether I'm doing something incorrect or is this a bug in the build process. Kornél MONO_PATH="../../class/lib/net_1_1_

[Mono-dev] HttpHandlerAction cosmetic patch

2006-05-09 Thread Andrew Skiba
This keeps the inner exception. If noone objects, I will commit. HttpHandlerAction.patch Description: HttpHandlerAction.patch ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

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

2006-05-09 Thread Kornél Pál
Hi, Currently mod_mono and XSP uses UTF-8 to decode query string and UrlDecode uses UTF-8 as well. Do we prefer to use UTF-8 for query string anyway or should we use ContentEncoding for query string as well just like MS.NET does? Note that if we want to use ContentEncoding for query string

[Mono-dev] System.Web.UI/TemplateParser.cs patch

2006-05-09 Thread Andrew Skiba
Hello, I tried to compile aspx from directory with spaces in the name, and got the following error. This patch fixes that bug. If no one objects, I will commit. Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error. Erro

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

2006-05-09 Thread Andrew Skiba
Hello, Chris. Are you sure you compiled the sources from the attached zip? Because in those sources I see code Console.WriteLine (res); Assert.AreEqual (@"", res); And it's strange that such code simultaneously outpu

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

2006-05-09 Thread Daniel Lacroix
Le dimanche 07 mai 2006 à 17:58 -0500, Zac Bowling a écrit : > 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"; I try this