[Mono-list] ASP.Net: OnItemDataBound not implemented?
Julien Sobrier
julien at sobrier.net
Mon Aug 28 01:02:36 EDT 2006
Gonzalo Paniagua Javier wrote:
> On Sun, 2006-08-27 at 20:35 -0700, Julien Sobrier wrote:
>> Hello,
>> I'm running with Mono 1.1.13.7 on Linux. I have a Repeater where I want
>> to used the OnItemDataBound, and it looks like the event is not
>> implemented. I get this error:
>> System.NotImplementedException: The requested feature is not implemented.
>> in <0x0001d> System.Web.UI.WebControls.ListControl:PerformSelect ()
>
> That was fixed after that release. Get a newer System.Web.dll or full
> mono release.
>
> -Gonzalo
Thank you
I installed 1.1.13.8 with the installer, but xsp2 still shows a 1.1.13.7
version:
$ xsp2 --version
xsp2.exe 1.1.13.7
(c) (c) 2002-2005 Novell, Inc.
Minimalistic web server for testing System.Web
$ which xsp2
/opt/mono-1.1.13.8/bin/xsp2
$ mono --version
Mono JIT compiler version 1.1.13.8, (C) 2002-2005 Novell, Inc and
Contributors. www.mono-project.com
TLS: normal
GC: Included Boehm (with typed GC)
SIGSEGV : normal
I still have the RPMs of the 1.1.13.7 version (due to dependencies on
other packages), but all my environment variables point to
mono-1.1.13.8. I have also removed the the 1.1.13.7 mono-xsp and
mono-web RPMS.
Julien
More information about the Mono-list
mailing list