Hi
After upgrading from 7.2.1 to 7.2.2 I get the following error message:
Error loading MacroEngine script (file: /Seo/seoMeta.cshtml)
This is what I got in the log file:
2015-06-26 11:28:24,558 [53] WARN umbraco.macro - [Thread 37] Error loading MacroEngine script (file: /Seo/seoMeta.cshtml, Type: ''. Exception: System.Web.HttpCompileException (0x80004005): c:\Users\Moran\AppData\Local\Temp\Temporary ASP.NET Files\vs\cabe8853\4fc012e9\AppWebseometa.cshtml.419e6d2b.ja7uqwyk.0.cs(24): error CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'Microsoft.Web' (are you missing an assembly reference?)
Error loading MacroEngine script
Hi After upgrading from 7.2.1 to 7.2.2 I get the following error message: Error loading MacroEngine script (file: /Seo/seoMeta.cshtml)
This is what I got in the log file:
2015-06-26 11:28:24,558 [53] WARN umbraco.macro - [Thread 37] Error loading MacroEngine script (file: /Seo/seoMeta.cshtml, Type: ''. Exception: System.Web.HttpCompileException (0x80004005): c:\Users\Moran\AppData\Local\Temp\Temporary ASP.NET Files\vs\cabe8853\4fc012e9\AppWebseometa.cshtml.419e6d2b.ja7uqwyk.0.cs(24): error CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'Microsoft.Web' (are you missing an assembly reference?)
What is this namespace?
Hi Moran,
Can you show code of your razor view ?
THanks, Alex
Sure this is my code, It worked fine until I upgraded from 7.2.1 to 7.2.2 It's also happen to every other razor macro that I have.
Try installing the nuget package Microsoft-Web-Helpers
Answer found here
Hi I already tried that and it didn't work. :)
Thanks That solved the issue, I previously installed a different package.
is working on a reply...