Copied to clipboard

Flag this post as spam?

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


  • Bo Jacobsen 593 posts 2389 karma points
    Feb 23, 2017 @ 12:16
    Bo Jacobsen
    0

    system.dynamic.expandoobject does not contain a definition for Alias

    URGENT!!!

    Just updated Umbraco in Nuget from 7.5.6 to 7.5.10. because we got a tons of warnings that leads to error for the editor in Umbraco version 7.5.6.

    WARN  Umbraco.Core.Persistence.Repositories.VersionableRepositoryBase`2[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[Umbraco.Core.Models.IContent, Umbraco.Core, Version=1.0.6261.14290, Culture=neutral, PublicKeyToken=null]] - The query returned multiple property sets for document definition
    

    After we updated to 7.5.10 we now get this error

    'system.dynamic.expandoobject' does not contain a definition for 'Alias'.
    

    When we use SeoChecker

    var seoPicker = currentPage.GetPropertyValue<SEOChecker.MVC.MetaData>("seoPicker");
    

    Issue tracker says it fixed. But we still got the problem. http://issues.umbraco.org/issue/U4-9560

    Need help very fast thanks!

  • Rasmus Eeg 91 posts 457 karma points c-trib
    Feb 24, 2017 @ 12:50
    Rasmus Eeg
    100

    Hi Bo,

    It's "fixed" in version 7.5.11, but the change is that the column has been renamed from "Alias" to "alias" so i think it will break seochecker

  • Bo Jacobsen 593 posts 2389 karma points
    Feb 27, 2017 @ 08:28
    Bo Jacobsen
    0

    Yes i just keep this thread open until we have tested the release :)

  • Dallas 132 posts 404 karma points
    Mar 03, 2017 @ 02:55
    Dallas
    0

    We were able to resolve the issue by updating to a nightly build of 7.5.11.

    Changing the case of the Alias column did not resolve the issue for us.

    Dallas

Please Sign in or register to post replies

Write your reply to:

Draft