But for some reason tree is not rendering although i can see the new section. I tried to put a break point inside the custom app tree class but it turns out its not being hit at all bu umbraco.
I think you want to remove "Common.Web." from you treeHandlerType. Umbraco auotmatically prepends treeHandlerAssembly to the begining of treeHandlerType when trying to resolve an appTree type.
Custom AppTree class not picked up by umbraco
Hi there,
I followed the umbraco.tv video series to create custom section and created a custom app tree inheriting from base tree.
treeHandlerAssembly: Common.Web
treeHandlerType: Common.Web.Umbraco.Extensions.LoadUgc
But for some reason tree is not rendering although i can see the new section. I tried to put a break point inside the custom app tree class but it turns out its not being hit at all bu umbraco.
i am using umbraco 4.5.2
thanks
Hi Mustafa,
I think you want to remove "Common.Web." from you treeHandlerType. Umbraco auotmatically prepends treeHandlerAssembly to the begining of treeHandlerType when trying to resolve an appTree type.
Matt
It worked!
It is kind of confusing though. It is not the convention normally we follow in .NET
Thank you
Hey Mustufa,
Yea, I thought the same when I cam across it the first time, but you get used to it =)
Glad it's working for you now.
Matt
is working on a reply...