Copied to clipboard

Flag this post as spam?

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


  • Ultradata 16 posts 108 karma points
    Jan 01, 2019 @ 23:11
    Ultradata
    0

    Has anyone made this work for Umbraco 7.12 as currently throwing error

    Hi all,

    Has anyone made this package work from 7.12.

    Currently getting the following error on install.

    "ExceptionMessage":"Method not found: 'System.Collections.Generic.IEnumerable`1

    Thanks Lorraine

  • Ahmed Ossama 1 post 71 karma points
    Mar 15, 2019 @ 15:31
    Ahmed Ossama
    0

    Yes, simply download the source code from Github https://github.com/kjac/Umbracian-Frontend-Editing Then update the nuget packages to UmbracoCMs.Core 7.x based on your version

    Then modify the following code(UmbracianFrontendEditingController.cs): From: var ticket = Security.PerformLogin(user); To: var ticket = Security.PerformLogin(user.Id);

    Build the solution and replace the "Umbracian.FrontendEditing.dll" in your project.

    Hope this helps

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies