Re: [Mono-dev] Bug with MasterPages/Partial Class?

2007-02-04 Thread Rafael Teixeira
As it is a partial class, probably the other half-of-it, was generated in a different namespace and the compiler can't join both parts. As the error is being pointed in the asp.net generated source, probably it is using the default namespace instead of the one you wrote in your part. Does it

Re: [Mono-dev] Bug with MasterPages/Partial Class?

2007-02-04 Thread John Anderson
Adding the namespace to the codebehind of a masterpage does work in MS.NET, I'll file a bug. On 2/4/07, Rafael Teixeira [EMAIL PROTECTED] wrote: As it is a partial class, probably the other half-of-it, was generated in a different namespace and the compiler can't join both parts. As the error

[Mono-dev] Bug with MasterPages/Partial Class?

2007-02-03 Thread John Anderson
I'm trying to use a masterpage with a codebehind and give the codebehind a namespace and i'm getting the errors: /tmp/sontek-temp-aspnet-0/7d5a283d/3e455afb.0.cs(46,28) : error CS0115: `Test.AutoHandlers' is marked as an override but no suitable property found to override