Page base class specified in the web.config
Hi Team,
We have specified a page base class in our web.config so that every aspx
(or code behind if it has one) inherits from it.
Currently when we try the RC of R#3 the properties of this base class are
not recognized. Is this scenario supported?
Kind Regards, Tom Pester
Please sign in to leave a comment.
Tom,
Do you mean pageBaseType and userControlBaseType attributes in pages
element?
If yes, the scenario is not supported yet, but I will fix it ASAP.
>
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Yep, that's what I was refereing too :
http://ryanfarley.com/blog/archive/2004/06/08/766.aspx
Thx for the fix Sergey
>> We have specified a page base class in our web.config so that every
>> aspx (or code behind if it has one) inherits from it.
>>
>> Currently when we try the RC of R#3 the properties of this base class
>> are not recognized. Is this scenario supported?
>>