I have added a Hive repository and Tree controller. Showing my items in the Content tree. I then added an EditorController (StandardEditorController) and added the EditorUrl to the tree node using Url.GetEditorUrl.
Unfortunately when clicking on this Umbraco cannot find the controller, and does not activate any actions nor instantiate the controller.
I simply get a 404 error, here is the Url it is trying to load: /Umbraco/Editors/RecipeEditor/Edit/entityframework$empty_root$$_p__entityFramework$_v__int32$_349
Umbraco cannot find my EditorController
Hello,
I have added a Hive repository and Tree controller. Showing my items in the Content tree. I then added an EditorController (StandardEditorController) and added the EditorUrl to the tree node using Url.GetEditorUrl.
Unfortunately when clicking on this Umbraco cannot find the controller, and does not activate any actions nor instantiate the controller.
I simply get a 404 error, here is the Url it is trying to load: /Umbraco/Editors/RecipeEditor/Edit/entityframework$empty_root$$_p__entityFramework$_v__int32$_349
Appreciate any help...
is working on a reply...