[MonoDevelop] ASP.NET 2.0 -Master Page
Paulo Aboim Pinto
esqueleto at tusofona.com
Mon May 21 08:26:17 EDT 2007
I did not change the Code Behind
Marek Habersack wrote:
> 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
More information about the Monodevelop-list
mailing list