"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?
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)
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.
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
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
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
Change can be viewed here https://github.com/TimGeyssens/UIOMatic/blob/master/src/UIOMatic/Helper.cs#L22
Comment author was deleted
@Jeroen, so did that do the trick?
I just tested it and it works. Thanks for helping :-).
Jeroen
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...!
is working on a reply...