404 error when trying to open a menu in custom back office section
Umbraco version: 7.2.1
Asp.net version: 4.5.1
Windows: Server 2012
IIS: 8.0
I've been trying to create a custom back office area I've followed this guild and this solution, however every time I click the elipses next to any of the nodes in the tree I recieve a 404 error.
Request error:
The URL returned a 404 (not found):/umbraco/backoffice/ESIBackOffice/BackOfficeTree/GetMenu
At this point I don't know what I don't know. From the aforementioned guildes I think this shoudn't be happening but again I don't know what I don't know about this problem.
I've continued to poke around at this problem. Presently I can see that in my project the GetMenuForNode function is not being called when clicking the menu button on the custom nodes. However, in the linked example this function is being called.
I am now looking at getting 7.2.1's source code to hopefully continue tracing the problem back. However, if anyone has some insight that would be appreciated.
404 error when trying to open a menu in custom back office section
Umbraco version: 7.2.1
Asp.net version: 4.5.1
Windows: Server 2012
IIS: 8.0
I've been trying to create a custom back office area I've followed this guild and this solution, however every time I click the elipses next to any of the nodes in the tree I recieve a 404 error.
My application definition looks like this
My Tree controller looks like this
And the filesystem inside of App_Plugins is
At this point I don't know what I don't know. From the aforementioned guildes I think this shoudn't be happening but again I don't know what I don't know about this problem.
I've continued to poke around at this problem. Presently I can see that in my project the GetMenuForNode function is not being called when clicking the menu button on the custom nodes. However, in the linked example this function is being called.
I am now looking at getting 7.2.1's source code to hopefully continue tracing the problem back. However, if anyone has some insight that would be appreciated.
Ok, found the problem, make your tree controllers public.
is working on a reply...