Re: [Mono-dev] Some demo examples do not work!

2010-04-18 Thread Lyndon Lu
Hi Alan, Thanks! David also told me that a while ago. After having installed gdiplus, it seems working. But while clicking Authtest-index.aspx, I still got the error "The webpage can not be found". The Authtest-login.aspx and Webcontrols-calendar work fine now. Cheers, Lyndon On Mon, Apr 19, 2

Re: [Mono-dev] New performance counter in Mono to report physical memory size in the machine

2010-04-18 Thread Marek Habersack
On Sun, 18 Apr 2010 08:00:04 -0400 "Jay R. Wren" wrote: Hello, > Confirmed, the constructor throws InvalidOperationException with a > message of "Category does not exist." on .NET 4. > > The code you pasted falls through to "Cannot detect Physical RAM". > > It is not a big deal, but it is some

Re: [Mono-dev] New performance counter in Mono to report physical memory size in the machine

2010-04-18 Thread Marek Habersack
On Sat, 17 Apr 2010 18:14:49 -0800 (PST) jmalcolm wrote: Hello, > Thanks Marek, > > Does this live in System.Diagnostics? Yes, > > Does this mean that the code you posted would fail on Microsoft.NET with an > InvalidOperationException? Using this particular category, yes - it is described in

Re: [Mono-dev] Some demo examples do not work!

2010-04-18 Thread Alan McGovern
Hey, As per error message, you're missing libgdiplus. If you install that everything should work fine. Alan On 19 Apr 2010, at 06:12, Lyndon Lu wrote: Hi All, I have installed mono 2.6.3 from source files in CentOS 5. I can see that test web page " Welcome to Mono XSP" by running h

[Mono-dev] Some demo examples do not work!

2010-04-18 Thread Lyndon Lu
Hi All, I have installed mono 2.6.3 from source files in CentOS 5. I can see that test web page " Welcome to Mono XSP" by running http://hostname/demo. While clicking Authtest-index.aspx, I got the error "The web page cannot be found". If clicking Authtest-login.aspx, I got the error message:

Re: [Mono-dev] [PATCH] WCF multithreaded and property handling

2010-04-18 Thread Atsushi Eno
Hi, sorry for the late reply, I'm back here again. Thanks, I'm going to apply your patch with a little change. This method should not return true if the channel has received null HTTP context, while WaitOne() just returns true unless it goes timeout. As for properties patch, I already made a re

Re: [Mono-dev] New performance counter in Mono to report physical memory size in the machine

2010-04-18 Thread Jay R. Wren
Confirmed, the constructor throws InvalidOperationException with a message of "Category does not exist." on .NET 4. The code you pasted falls through to "Cannot detect Physical RAM". It is not a big deal, but it is something of which people should be aware. -- Jay On 4/17/2010 10:14 PM, jmalcolm