Marek,
That's it. I did compile on vs2005. It works after comment out the part you 
mentioned.
The PanelsAndVisibility.aspx seems has the bug which not working after the 
cecond click. Well, I will try it in my project.
Thanks! 
Tony


----- Original Message ----
From: Marek Habersack <[EMAIL PROTECTED]>
To: Tony Gu <[EMAIL PROTECTED]>
Cc: mono-devel-list@lists.ximian.com
Sent: Wednesday, November 15, 2006 2:27:56 PM
Subject: Re: [Mono-dev] (no subject)


On Wed, 15 Nov 2006 14:15:41 -0800 (PST), Tony Gu <[EMAIL PROTECTED]>
scribbled:

> Just downloaded Anthem and tried to run under
> mono-1.2. But got the NotImplementedException on the
> sample UpdatePanel.aspx (Do I need modify anything in
> mono? It runs on ASP.NET fine):
You apparently compiled anthem with the V2 symbol defined - i.e. the
vs2005 version. The offending code is in Manager.cs, the
AddEventHandler method - you can comment it out and it will compile
correctly. Note that to compile and use Anthem under mono/asp.net 2.0
you need to also comment all the references to WebParts (basically
it's just the WebPartZone.cs file).
I'm hoping to implement the Event Validation for ASP.NET 2.0 soon, then
the modification to Manager.cs will not be required anymore.

Anthem vs2003 should work without modification under mono,

regards,

marek

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to