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:[EMAIL PROTECTED] 
Sent: Thursday, August 30, 2007 12:34 PM
To: Konstantin Triger
Cc: Miguel de Icaza; Raja R Harinath; mono-devel-list@lists.ximian.com; [EMAIL 
PROTECTED]
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 < [EMAIL PROTECTED]> 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:[EMAIL PROTECTED] 
Sent: Thursday, August 30, 2007 1:33 AM
To: Konstantin Triger
Cc: Miguel de Icaza; Raja R Harinath; mono-devel-list@lists.ximian.com; [EMAIL 
PROTECTED]
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 

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

Reply via email to