[Mono-dev] System.Web.Extension

Konstantin Triger kostat at mainsoft.com
Thu Aug 30 04:22:32 EDT 2007


Hello Onur,

 

I don't quite understand which source file gives you this error.

According to what you're saying, the web site comes without source files and toolkit should be compiled as a separate dll and referenced from the web site (put to the bin folder / GAC).

 

Regards,

Konstantin Triger

________________________________

From: Onur Gumus [mailto:emperon at gmail.com] 
Sent: Thursday, August 30, 2007 1:33 AM
To: Konstantin Triger
Cc: Miguel de Icaza; Raja R Harinath; mono-devel-list at lists.ximian.com; grendello at gmail.com
Subject: Re: [Mono-dev] System.Web.Extension

 

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/0a6770b5/attachment.html 


More information about the Mono-devel-list mailing list