Today I wanted to try and implement a macro in my project to cache the navigation in a macro. When making the macro using the back office of Umbraco 8 and implementing it within my template I get an error. It states "Unsupported macro type." without any further information.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Unsupported Marco Type
Hi there,
Today I wanted to try and implement a macro in my project to cache the navigation in a macro. When making the macro using the back office of Umbraco 8 and implementing it within my template I get an error. It states "Unsupported macro type." without any further information.
I'm calling the macro in my template using:
The ListTopMenuItems macro contains:
I get the following error message:
Thanks in advance!
is working on a reply...