[Mono-dev] System.Web.Extension

Onur Gumus emperon at gmail.com
Wed Aug 29 18:32:46 EDT 2007


Hello after successfully running ASP.NET ajax. I tried the control kit with
latest svn of mono runtime. However it does not seem to work.

When I try the sample web site coming with the no source package I am
getting the following error:

/terror CS0542: `TodoItems.TodoItems': member names cannot be the same as
their enclosing type


 protected TodoItems(System.Runtime.Serialization.SerializationInfo
info, System.Runtime.Serialization.StreamingContext ctx) {
Line 33:         // TODO: implement
Line 34:         throw new System.NotImplementedException();
Line 35:     }
Line 36:
Line 37:     public virtual TodoItemsDataTable TodoItems {
Line 38:         get {
Line 39:             return this.__tableTodoItems;
Line 40:         }
Line 41:     }




Also compiling the source code gives me bunch of errors like
System.Web.Resource not found etc...

Onur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070830/1dbac2fd/attachment.html 


More information about the Mono-devel-list mailing list