[MonoDevelop] ASP.NET 2.0 -Master Page

Marek Habersack grendello at gmail.com
Mon May 21 03:20:06 EDT 2007


On Mon, 21 May 2007 01:50:03 +0100, Paulo Aboim Pinto <esqueleto at tusofona.com>
scribbled:

> Hello
Hello,

> I don't know if this problem is from Mono it self or MonoDevelop, then I 
> put here.
> 
> I try to create a ASP.NET project with MasterPages and this is my master 
> page file and aspx file:
> 
[snip]
> /tmp/esqueleto-temp-aspnet-0/3ae7dee8/584f4c82.0.cs(62,32) : error 
> CS0115: `ASP.cheztolib_master.AutoHandlers' is marked as an override but 
> no suitable property found to override
> /tmp/esqueleto-temp-aspnet-0/3ae7dee8/584f4c82.0.cs(71,32) : error 
> CS0115: `ASP.cheztolib_master.TemplateSourceDirectory' is marked as an 
> override but no suitable property found to override
> /tmp/esqueleto-temp-aspnet-0/3ae7dee8/584f4c82.0.cs(140,33) : error 
> CS0115: `ASP.cheztolib_master.FrameworkInitialize()' is marked as an 
> override but no suitable method found to override
> 
> File name: 
> /home/esqueleto/Projects/MasterPageExample/MasterPageExample/chezTolib.master
> 
> Source File: /tmp/esqueleto-temp-aspnet-0/3ae7dee8/584f4c82.0.cs
[snip]
> Line 46:     public class cheztolib_master : global::chezTolib {
[snip]
> any one can help me?
You don't post your codebehind files, so I can't tell for sure, but judging by
the error messages and the line 46 above, your chezToLib class (or any of
its parents) doesn't inherit from the System.Web.UI.MasterPage.

best regards,

marek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20070521/3d6f0200/attachment.bin 


More information about the Monodevelop-list mailing list