For anybody else facing this problem you need to edit the umbraco.presentation.csproj file within the umbraco\presentation directory.
Do a search for the filename visual studio gives you when it throws an error and replace its reference with the correct file name which you can find out by looking for it in this directory:
What is Breadcrumb-DynamicNode.cshtml?
What is Breadcrumb-DynamicNode.cshtml? Why is it not included in the 4.7 release?
Hi SalesCrusade,
"Breadcrumb-DynamicNode.cshtml" is a Razor template file - which is used when you create a new Razor-based Macro for a Breadcrumb.
It is definitely in the Umbraco 4.7 release.
What problems are you experiencing?
Cheers, Lee.
This file is mentioned in the prj file but not available in the sources. There is a file named Breadcrumb.cstml is in the project.
You have to modify the proj file and change breadcrumb-dynamicnode.cshtml to breadcrumb.cshtml if this has to work.
For anybody else facing this problem you need to edit the umbraco.presentation.csproj file within the umbraco\presentation directory.
Do a search for the filename visual studio gives you when it throws an error and replace its reference with the correct file name which you can find out by looking for it in this directory:
umbraco\presentation\umbraco\scripting\templates\cshtml
Thanks SalesCrusade for helping me find the solution.
is working on a reply...