Copied to clipboard

Flag this post as spam?

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


  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Dec 13, 2015 @ 18:44
    Jeroen Breuer
    0

    UI-O-Matic error at assembly.GetTypes()

    Hello,

    When I'm using UI-O-Matic I get an error on assembly.GetTypes() https://github.com/TimGeyssens/UIOMatic/blob/master/src/UIOMatic/Helper.cs#L26

    "Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information."

    It happens on the Microsoft.WindowsAzure.Storage assembly that we're using in our project. I fixed it by running a custom build of UI-O-Matic and adding a try catch around assembly.GetTypes(). After that it worked again. Maybe the try catch or another fix could also be added to UI-O-Matic?

    Jeroen

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Dec 13, 2015 @ 19:10
    Tim Geyssens
    0

    Ok thanks for the details, think there is also a type finder in the Umbraco Core that does a better job so will switch to that one (will do the update in the following days and release a new version)

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Dec 14, 2015 @ 15:45
    Tim Geyssens
    100

    So I updated to use the Umbraco.Core.TypeFinder, would be ace if you can test if that fixes the issue https://www.nuget.org/packages/Nibble.Umbraco.UIOMatic/

    If it doesnt work now it's a core bug :p

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Dec 14, 2015 @ 15:46
  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Dec 15, 2015 @ 15:46
    Tim Geyssens
    0

    @Jeroen, so did that do the trick?

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Dec 15, 2015 @ 16:15
    Jeroen Breuer
    0

    I just tested it and it works. Thanks for helping :-).

    Jeroen

  • Yajamanam 36 posts 106 karma points
    Jan 03, 2018 @ 07:41
    Yajamanam
    0

    Hi Tim,

    i am happy to see such a great plugin in Umbraco. i have an issue in integrating it with members section with custom database (members class in secondary database) can you please help me out hoow to integrate for members section.

    Cheers...!

  • 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