Copied to clipboard

Flag this post as spam?

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


  • Peter Petruš 9 posts 113 karma points
    Jul 09, 2019 @ 21:11
    Peter Petruš
    0

    Linked Nodes Content App - not working in Umbraco 8.1.0

    Hi Soren and everyone,

    I upgrade Umbraco 8.0.2 to Umbraco 8.1.0 and now Linked Nodes Content App is not working anymore.

    I tried to clean cache, reinstall this package, but it shows me same error (see picture) Method not found: 'Umbraco.Core.Models.PublishedContent.PublishedContentType Umbraco.Core.Models.PublishedContent.IPublishedElement.get_ContentType()'.

    It looks like, that Linked Nodes Content App is using some functionality which disappear from Umbraco after this update... Anyone else have got same problem?

    If it is problem with compatibility, when it will be fix?

    Peterenter image description here

  • Christopher 28 posts 173 karma points
    Jul 10, 2019 @ 08:05
    Christopher
    0

    Can confirm, unfortunately, isn't working after the upgrade to v8.1.0.

    Edit: As a quick fix if you download the source and update the Nuget references to target v8.1.0 and rebuild/copy the DLL over to your project then it starts working.

  • Sören Deger 733 posts 2844 karma points c-trib
    Jul 11, 2019 @ 10:46
    Sören Deger
    0

    Hi Peter & Christopher,

    thank you for reporting this issue and the quick fix! We will update the package as soon as possible, maybe during next week.

    Best, Sören

  • Emil Schoelzer Schnohr 23 posts 143 karma points
    Sep 26, 2019 @ 07:53
    Emil Schoelzer Schnohr
    0

    Hi Sören

    Any news on an update? This is seriously an epic package.

  • Sören Deger 733 posts 2844 karma points c-trib
    Sep 26, 2019 @ 08:03
    Sören Deger
    0

    Hi Emil,

    in the meantime, I have changed the company, no time for updates and the code is basically byte5. Please contact Marcel Wege from byte5. He is project contributor (E-Mail: [email protected]).

    Best, Sören

  • Anders Brohäll 295 posts 561 karma points c-trib
    Jul 15, 2019 @ 12:14
    Anders Brohäll
    0

    Having the same problem. Any news about this?

  • Gerty Engrie 130 posts 489 karma points c-trib
    Jul 15, 2019 @ 21:27
    Gerty Engrie
    1

    submitted a pr, works fine indeed if you build the current code against v8.1 libraries :-)

  • Christopher 28 posts 173 karma points
    Jul 16, 2019 @ 08:41
    Christopher
    0

    Good work Gerty :-) I was planning on doing the same this week, just hadn't yet gotten around to regression testing the change against 8.0.x versions.

  • Gerty Engrie 130 posts 489 karma points c-trib
    Jul 18, 2019 @ 12:00
    Gerty Engrie
    0

    Sorry, my 5cents, did not really consider the regression tests :-)

  • Christopher 28 posts 173 karma points
    Aug 29, 2019 @ 08:41
    Christopher
    0

    Can confirm that rebuilding against v8.1.* still works, e.g.

    Screenshot of Linked Nodes

  • Andy Finn 51 posts 183 karma points
    Aug 29, 2019 @ 08:56
    Andy Finn
    0

    Christopher , i tried the rebuilding against 8.1.3 still same issue , can you explain a bit more on how ?

  • Christopher 28 posts 173 karma points
    Aug 29, 2019 @ 09:22
    Christopher
    0

    In its simplest form, clone the repo (https://github.com/byte5digital/Linked-Nodes-Content-App), update the NuGet references for Umbraco (Core + Web) to the latest (e.g. v8.1.3) and then rebuild.

    The rebuilt b5LinkedNodesContentApp.dll can now be dropped into your projects bin folder.

  • Andy Finn 51 posts 183 karma points
    Aug 29, 2019 @ 09:57
    Andy Finn
    0

    Hi Christopher , thanks for the information still the same :

    So i download a branch new Umbraco 8.1.3 so all new dll's etc . Added linked node app , via nuget manager . Download the link above , replaced the b5linkxxx.dll with build one , in umbraco solution bin folder . Clean / Rebuild the solution (umbraco 8.1.3) . Still the same ? Any thoughts Andy

  • Christopher 28 posts 173 karma points
    Aug 29, 2019 @ 10:00
    Christopher
    0

    Do you have the Linked Nodes referenced as a dependency in your project (maybe through NuGet)?

    If you do, the rebuild will overwrite your copied DLL with the broken one from the package/dependency. Copy the "fixed" DLL as the last step.

  • Andy Finn 51 posts 183 karma points
    Aug 29, 2019 @ 10:34
    Andy Finn
    0

    You are correct its referenced in Packages and references , i did the rebuild , ( i see it replaced it ) and put the new dll . but still same error Exception thrown: 'System.MissingMethodException' in b5LinkedNodesContentApp.dll An exception of type 'System.MissingMethodException' occurred in b5LinkedNodesContentApp.dll but was not handled in user code Method not found: 'Umbraco.Core.Models.PublishedContent.PublishedContentType Umbraco.Core.Models.PublishedContent.IPublishedElement.get_ContentType()'.

    Do i need to remove it from References and Packages too ?

    Just a thought are you running 3.1 Linked Nodes?

  • Christopher 28 posts 173 karma points
    Aug 29, 2019 @ 11:34
    Christopher
    0

    I am, it's built against 0.3.1.0.

    This is the DLL that gets built for me... does this work for you?

    https://christopherrobinson.uk/download/b5LinkedNodesContentApp.zip

  • Andy Finn 51 posts 183 karma points
    Aug 29, 2019 @ 11:41
    Andy Finn
    0

    Many thanks your DLL worked . Strange the complile dll is 19kb , yours is 18kb .. great help

  • Andy Finn 51 posts 183 karma points
    Aug 29, 2019 @ 12:26
    Andy Finn
    0

    Christopher , can i just remove the reference or packages to stop the overwrite of the dll . ?

Please Sign in or register to post replies

Write your reply to:

Draft