[Mono-dev] System.Web.Extension

Jens Wurster jw at zaubercenter.de
Thu Aug 30 10:40:11 EDT 2007


Hello Konstantin,

 

>> In the same time I see that Jens Wurster had successfully run entire
Toolkit sample with mono.

 

No, that's not true.

 

These controls are not completely running at the moment:

 

AlwaysVisibleControl, AutoComplete, CascadingDropDown, DynamicPopulate,
FilteredTextBox, HoverMenu, MaskedEdit,

NumericUpDown, Rating, ReorderList, SlideShow and ValidatorCallout

 

And for the Accordion-Control I have made some changes in
TemplateControlComplier.cs.

 

Sample Code:

 

<ajaxToolkit:Accordion ID="Accordion1" TransitionDuration="500" />

 

Error: The TargetControlID . does not exist.

 

In this case it is very important that the ID-Attribute will be parsed
first. I don't know why the order of the specified attributes will not be
respected by mono. So I modified the TemplateControlComplier.cs to proccess
the ID-Attribute everytime at first, like SkinID.

 

Regards

Jens

 

 

Ok, now I see that you are running a Toolkit sample web site.

I would suggest not running such a complex application from the beginning,
since it's hard to track arising problems, but start with something simple.

 

In the same time I see that Jens Wurster had successfully run entire Toolkit
sample with mono.

 

Regards,

Konstantin Triger

  _____  

From: Onur Gumus [mailto:emperon at gmail.com] 
Sent: Thursday, August 30, 2007 12:34 PM
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 Konstantin

 

>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).

 

This is not quite true. As you know although the toolkit must be compiled as
a seperate dll and put into bin/GAC , the same thing is not compulsory for
the web site. In such a case the web server (XSP or IIS) would compile the
source code on the fly (and put the dll to a temporary folder). In my case
this is what happens. The source code I have posted is from the generated
source code by the XSP in order to compile the website. And as a matter of
fact that source code resides in temporary folder in my system, not anywhere
in the sample project. 

 

I hope this would help to understand what goes wrong.

 

Onur

 

On 8/30/07, Konstantin Triger < kostat at mainsoft.com> wrote:

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




-- 
Warning: If you are reading this then this warning is for you. Every word
you read of this useless fine print is another second off your life. Don't
you have other things to do? Is your life so empty that you honestly can't
think of a better way to spend these moments? Or are you so impressed with
authority that you give respect and credence to all that claim it? Do you
read everything you're supposed to read? Do you think every thing you're
supposed to think? Buy what you're told to want? Get out of your apartment.
Meet a member of the opposite sex. Stop the excessive shopping and
masturbation.Quit your job. Start a fight. Prove you're alive. If you don't
claim your humanity you will become a statistic. You have been warned - Onur


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


More information about the Mono-devel-list mailing list