Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ramya Devendiran 27 posts 148 karma points
    Oct 10, 2023 @ 14:47
    Ramya Devendiran
    0

    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.

    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.
    
  • mauzilla 19 posts 90 karma points
    Oct 31, 2023 @ 07:57
    mauzilla
    0

    Getting the same error in my Umbraco 12.

  • Christian Billeschou Kjær 3 posts 23 karma points
    Dec 11, 2023 @ 10:53
    Christian Billeschou Kjær
    0

    I also have the same error.

    Any way to make Meganav work in Umbraco 12?

  • Jane Carol 22 posts 92 karma points
    Feb 21, 2024 @ 07:00
    Jane Carol
    0

    Any solution found?

  • Christian Billeschou Kjær 3 posts 23 karma points
    Feb 21, 2024 @ 17:51
    Christian Billeschou Kjær
    0

    The meganav package is still not working for umbraco 12.

    Im not sure if they stopped doing updates for the package or what.

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Feb 22, 2024 @ 07:52
    Søren Kottal
    0

    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

  • Jane Carol 22 posts 92 karma points
    Feb 23, 2024 @ 07:28
    Jane Carol
    0

    Thanks guys. Managed to integrate the menu from the Content root with toggle to hide or show menu items

Please Sign in or register to post replies

Write your reply to:

Draft