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 4908 posts 12265 karma points MVP 4x 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

  • Comment author was deleted

    Dec 13, 2015 @ 19:10

    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)

  • Comment author was deleted

    Dec 14, 2015 @ 15:45

    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

  • Comment author was deleted

    Dec 14, 2015 @ 15:46
  • Comment author was deleted

    Dec 15, 2015 @ 15:46

    @Jeroen, so did that do the trick?

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x 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...!

Please Sign in or register to post replies

Write your reply to:

Draft