I installed Meganav package in a Umbraco 12 solution. I didnt get any data type in picker property to add in a document type.
The documentation clearly says it supports Umbraco v9, v10, and v11.
I am curious to know whether Meganav 4 is compatible with Umbraco version 12. If yes, why is it not working in my solution. Am I missing any integration setup?
I closed the application in Visual studio and started the application. Getting the below error.
An error occurred while starting the application.
TypeLoadException: Method 'GetDeliveryApiValue' in type 'Our.Umbraco.Meganav.PublishedContent.PublishedElementProperty' from assembly 'Our.Umbraco.Meganav, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Unknown location
ReflectionTypeLoadException: Could not load all types from "Our.Umbraco.Meganav, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping:
. System.TypeLoadException on Our.Umbraco.Meganav.PublishedContent.PublishedElementProperty: Method 'GetDeliveryApiValue' in type 'Our.Umbraco.Meganav.PublishedContent.PublishedElementProperty' from assembly 'Our.Umbraco.Meganav, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Method 'GetDeliveryApiValue' in type 'Our.Umbraco.Meganav.PublishedContent.PublishedElementProperty' from assembly 'Our.Umbraco.Meganav, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Umbraco.Cms.Core.Composing.TypeFinder.GetTypesWithFormattedException(Assembly a)
Loader Exceptions:
Method 'GetDeliveryApiValue' in type 'Our.Umbraco.Meganav.PublishedContent.PublishedElementProperty' from assembly 'Our.Umbraco.Meganav, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
TypeLoadException: Method 'GetDeliveryApiValue' in type 'Our.Umbraco.Meganav.PublishedContent.PublishedElementProperty' from assembly 'Our.Umbraco.Meganav, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Umbraco 12 had breaking changes in IPublishedContent, which required code implementing IPublishedContent to update. MegaNav hasn't been upgraded to work with Umbraco 12.
Umbraco Meganav package - Umbraco 12
Hi Callum,
I installed Meganav package in a Umbraco 12 solution. I didnt get any data type in picker property to add in a document type.
The documentation clearly says it supports Umbraco v9, v10, and v11.
I am curious to know whether Meganav 4 is compatible with Umbraco version 12. If yes, why is it not working in my solution. Am I missing any integration setup?
I closed the application in Visual studio and started the application. Getting the below error.
Getting the same error in my Umbraco 12.
I also have the same error.
Any way to make Meganav work in Umbraco 12?
Any solution found?
The meganav package is still not working for umbraco 12.
Im not sure if they stopped doing updates for the package or what.
Umbraco 12 had breaking changes in IPublishedContent, which required code implementing IPublishedContent to update. MegaNav hasn't been upgraded to work with Umbraco 12.
Instead, there is a similar package that might fit your needs: https://marketplace.umbraco.com/package/our.umbraco.umbnav.web
Thanks guys. Managed to integrate the menu from the Content root with toggle to hide or show menu items
is working on a reply...