Create custom tree without creating separate project/DLL?
I need to add a custom tree to a custom section of a "Web Site" (ie. a folder in the inetpub directory of a server)
I could do it by creating a new project (hence a new DLL), and copying the DLL to the bin folder of the website. But that will create a dependency to another project outside the website, which is not acceptable in my case.
Is there a way to create a custom tree without creating a separate DLL (eg. by just creating a Class in the AppCode folder)?
Is there a way to put in a Class name (instead of DLL name) in the treeHandlerAssembly column in the umbracoAppTree table?
Create custom tree without creating separate project/DLL?
I need to add a custom tree to a custom section of a "Web Site" (ie. a folder in the inetpub directory of a server)
I could do it by creating a new project (hence a new DLL), and copying the DLL to the bin folder of the website. But that will create a dependency to another project outside the website, which is not acceptable in my case.
Is there a way to create a custom tree without creating a separate DLL (eg. by just creating a Class in the AppCode folder)?
Is there a way to put in a Class name (instead of DLL name) in the treeHandlerAssembly column in the umbracoAppTree table?
Thanks in advance!
Solved it!
http://stackoverflow.com/questions/8250747/umbraco-create-custom-tree-without-separate-project-dll/8252912#8252912
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.