I believe those tables were replaced by applications.config & trees.config in the Config directory. Adding a reference in those and touching the web.config should work.
Strange that you don't see TreeAttribute. Do you see umbraco.businesslogic.Tree when setting an attribute on your class?
Custom Tree in Umbraco 6
Is there any documentation around creating custom trees for Umbraco 6.0.6? I have had a look at http://www.theoutfield.net/blog/2012/07/creating-custom-applications-and-trees-in-umbraco-48plus but a) I see UmbracoApp and UmbracoAppTree are no longer in the database and b) There doesn't seem to be a TreeAttribute in umbraco.businesslogic I can referece.
Thanks,
Matthew
I believe those tables were replaced by applications.config & trees.config in the Config directory. Adding a reference in those and touching the web.config should work.
Strange that you don't see TreeAttribute. Do you see umbraco.businesslogic.Tree when setting an attribute on your class?
Looking at your Karma, I'm guessing your a lot more experienced that I, but I find the best documentation is the source unfortunately.
https://github.com/umbraco/Umbraco-CMS/blob/6.1.2/src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadContent.cs
https://github.com/umbraco/Umbraco-CMS/tree/6.1.2/src/Umbraco.Web/umbraco.presentation/umbraco/Trees
Thanks Dan. Got it sorted. Looks like I had some wrong references in my project. Seems to be working now. Thanks for taking the time to reply.
is working on a reply...