My apologies if this is the incorrect location for this post. I am using version 4.11.8 MVC with MVCBridge with my first attempt at MVC 9in Umbraco. I have watch the video under (from 5 to 4 level 2 MVC in Umbraco 4) and have wired up an MVC view.But when running the site I am getting the following error: Error loading MacroEngine script (file: MvcRenderAction.cshtml)so then running with ?umbDebugShowTrace=true and I am getting the underlying error as Error Loading Razor Script (file: MvcRenderAction) c:\inetpub\UmbracoCms.4.11.8\macroScripts\MvcRenderAction.cshtml(2): error CS0246: The type or namespace name 'Devotit' could not be found (are you missing a using directive or an assembly reference?) I don't know what this assembley is of where to get it, any help on this plaese
Version 4.11.8 MVC errors
My apologies if this is the incorrect location for this post. I am using version 4.11.8 MVC with MVCBridge with my first attempt at MVC 9in Umbraco. I have watch the video under (from 5 to 4 level 2 MVC in Umbraco 4) and have wired up an MVC view.But when running the site I am getting the following error: Error loading MacroEngine script (file: MvcRenderAction.cshtml)so then running with ?umbDebugShowTrace=true and I am getting the underlying error as Error Loading Razor Script (file: MvcRenderAction) c:\inetpub\UmbracoCms.4.11.8\macroScripts\MvcRenderAction.cshtml(2): error CS0246: The type or namespace name 'Devotit' could not be found (are you missing a using directive or an assembly reference?) I don't know what this assembley is of where to get it, any help on this plaese
You don't need the MVC Bridge package in versions higher than 4.10.x
There comes out of the box with these versions
is working on a reply...