RE: [Mono-dev] ASP.Net HttpResponse.SuppressContent

2006-01-25 Thread Arnhoffer Károly
> Did you reproduce the problem with the same test that you attached to > the bug report? I used your test, mono/xsp from svn and firefox. The > 'view source' for the page was empty. I'll check later if any header > is sent and update the bug. Right, with Firefox the 'view source' really gives

[Mono-dev] Mono for linux ARM

2006-01-25 Thread Dario Salvi
Hi, does anyone know any project or anyone working on the development of MONO on linux for ARM architectures ? I need to install MONO on a Philips XSilo, aka gigavuPro from Jobo. This device uses the Intel PXA255 processor, source code for the kernel is already available. Can anyone help me

Re: [Mono-dev] [PATCH]TraceEventType

2006-01-25 Thread Jonathan Pryor
On Tue, 2006-01-24 at 22:46 -0500, joel reed wrote: > thanks Jon for the feedback, i've made all suggested changes > and attached a patch below. (i just deleted comments for now > till i figure out monodoc) That's much better. I look forward to seeing your future TraceSource patches. - Jon __

[Mono-dev] DateTime in .NET 2.0

2006-01-25 Thread Julien De Groote
Hi I noticed the 2.0 members of System.DateTime are not implemented in mono v1.1.12.1 (this includes ToBinary(), FromBinary() and Kind). The missing members do not appear in the class status pages though. I am willing to do this and provide the patch to the list. I have just 1 question : The DateT

Re: [Mono-dev] Mono for linux ARM

2006-01-25 Thread Dave Cramer
Apparently it can be cross compiled http://www.mono-project.com/Mono:ARM However I have tried and can't see my previous message earlier this week I'd love to get it cross-compiled anyone ? Dave On 24-Jan-06, at 12:16 PM, Dario Salvi wrote: Hi, does anyone know any project or anyone work

[Mono-dev] mod_mono Configuration Question

2006-01-25 Thread stephen
There doesn.t seem to be an ASP-on-mono or webforms list at http://mono-project.com/Mailing_Lists, so I.m sending this to the devel list (to which I was already subscribed). Please redirect me if there.s a more appropriate place to ask the question. I.m running mono 1.1.10 w/ Apache 2 and m

RE: [Mono-dev] mod_mono Configuration Question

2006-01-25 Thread Jonel Rienton
Hi, >From the INSTALL file in the source directory of mod_mono, you can replace the SetHandler line below with AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx but this will make PathInfo unusable. Regards, Jonel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

[Mono-dev] corcompare patch to show MethodAttributes (partly)

2006-01-25 Thread Atsushi Eno
Hi, Here is a patch for corcompare stuff to show MethodAttributes. Seems like we have long been disabled those comparison because it shows annoying compatibility differences. I just excluded those meaningless ones (VtableLayoutMask might not be though). I'll commit the fix when we got ready to r

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-01-25 Thread Sergey Tikhonov
Hello, Zoltan Varga wrote: Hi, There is some documentation of the JIT in mono/docs. It is not very organized, but contains lots of useful info, particularly mini-porting.txt. Thank you, this is what I was looking for. Ok, I did first round and created al

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-01-25 Thread Zoltan Varga
Hi, Defining MONO_ARCH_HAVE_CREATE_SPECIFIC_TRAMPOLINE is the preferred method. Zoltan On 1/25/06, Sergey Tikhonov <[EMAIL PROTECTED]> wrote: > Hello, > > Zoltan Varga wrote: > > >Hi, > > > > There is some documentation of the JIT i

Re: [Mono-dev] mod_mono Configuration Question

2006-01-25 Thread Gonzalo Paniagua Javier
On Wed, 2006-01-25 at 08:57 -0600, [EMAIL PROTECTED] wrote: > There doesn.t seem to be an ASP-on-mono or webforms list at > http://mono-project.com/Mailing_Lists, so I.m sending this to the devel list > (to which I was already subscribed). Please redirect me if there.s a more > appropriate plac

RE: [Mono-dev] ASP.Net HttpResponse.SuppressContent

2006-01-25 Thread Gonzalo Paniagua Javier
> Now the question is what does this Content-Length stuff? IIS or .Net? The answer for this one is easy: use xsp on windows to figure it out :-). XSP not sending the correct content-length is probably a bug on our side. Imagine this was a 'HEAD' request... -Gonzalo ___

[Mono-dev] bug with loading a bitmap from an embedded resource?

2006-01-25 Thread Jonathan Resnick
Hi,   I'm new to this list.  I'm trying to port a .NET application to Mono.  It seems that when I try to load a bitmap from an embedded resource, subsequent operations on that bitmap throw exceptions.  For example, assuming I have an embedded resource called TestBitmap.bmp:   using System.

[Mono-dev] XSP Server Erorr Severity one

2006-01-25 Thread Yogendra Thakur
Hi Gonzalo, I am using Mono 1.1.13 rpm installation version with XSP 1.1.13 rpm installation. I have production ready web-application build using .NET 1.1 framework and visual Studio 2003. Only thing holding our release is frequent occurrence of following error. Error Message : ===

Re: [Mono-dev] XSP Server Erorr Severity one

2006-01-25 Thread Gonzalo Paniagua Javier
On Wed, 2006-01-25 at 17:48 -0500, Yogendra Thakur wrote: > Hi Gonzalo, > > I am using Mono 1.1.13 rpm installation version with XSP 1.1.13 rpm > installation. > > I have production ready web-application build using .NET 1.1 framework > and visual Studio 2003. > > Only thing holding our release

[Mono-dev] [PATCH] System.Configuration.ConfigurationManager

2006-01-25 Thread Elliott Draper
our reading this, your probably the most knowledgable person when it comes to this particular bit of code - if you've got any comments, if I've missed the point, or if this was something that you knew was broken/was broken for a reason/you've fixed but haven't chec

[Mono-dev] SWF.csproj: can it be removed from svn?

2006-01-25 Thread joel reed
The file mcs/class/Managed.Windows.Forms/SWF.csproj is generated by mcs/class/Managed.Windows.Forms/build-csproj. Could SWF.csproj be removed from svn? I svn export mcs, create a local git repository from the exported files, then do a build, and this file is the only one that is changed/recreated

Re: [Mono-dev] SWF.csproj: can it be removed from svn?

2006-01-25 Thread Peter Dennis Bartok
No it can't be removed. It's there for all those who don't have the linux build environment and just build on Win32 without any cygwin. They need the file to be provided. Cheers, Peter -Original Message- From: "joel reed" <[EMAIL PROTECTED]> To: Date: Wednesday, 25 January, 2006 19:52

RE: [Mono-dev] XSP Server Erorr Severity one

2006-01-25 Thread Arnhoffer Károly
Hi Yogendra, I had very similar problem before. Do you use on the fly compilation? My problem was the following: the web app compiled a dll on the fly and a referenced assembly in the code to compile was missing. I simply copied referenced assemblies (idirect references as well!) to the webapp'