Does this ADDONS export package work in Umbraco 8.9.1. I am getting a boot failed error
Could not load type 'Umbraco.Core.ApplicationEventHandler' from assembly 'Umbraco.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null'.
. System.IO.FileNotFoundException: Could not load file or assembly 'umbraco, Version=1.0.6136.27248, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
I am working on my first project in Umbraco and using UIOMATIC to show the custom table data in the backoffice. And found, your addon package provides a EXPORT action. I am not sure whether we would be needing this addon.
Issues with running UIOMatic on Umbraco 7.2.5
Hello,
We are trying to run UIOMatic on Umbraco 7.2.5
First issue I experienced is installing Nuget package:
Install-Package Nibble.Umbraco.UIOMatic failed with error
This issue I solved by installing package without dependencies.
Second issue that UIOMatic refer to System.Net.Http.Formatting v5.2.3.0 but Umbraco use System.Net.Http.Formatting v4.0.0.0
This issue was solved by adding assemblyBinding to
And finally I end up with error which I can't solve (even after registering required controllers in Autofac):
Can anybody help to understand if this package will work with Umbraco 7.2.5, and if yes - how to solve last issue I have.
/Alexey
Comment author was deleted
Hey Alexey,
The package was developed agains Umbraco 7.3 so not sure it will work on 7.2.5, will give it a go this evening.
Comment author was deleted
Any chance you can give it a go on 7.3 to see if you run into the same issues
Hi Tim,
Does this ADDONS export package work in Umbraco 8.9.1. I am getting a boot failed error Could not load type 'Umbraco.Core.ApplicationEventHandler' from assembly 'Umbraco.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null'. . System.IO.FileNotFoundException: Could not load file or assembly 'umbraco, Version=1.0.6136.27248, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
/Ramya.
Comment author was deleted
nope, the export addons is build agains v2 so v7 of Umbraco, should be easy to upgrade if you want to give it a shot
I am working on my first project in Umbraco and using UIOMATIC to show the custom table data in the backoffice. And found, your addon package provides a EXPORT action. I am not sure whether we would be needing this addon.
You can upgrade and I may use it.
Comment author was deleted
sure it is open source so you can do the upgrade if you wish... currently isn't on my planning
is working on a reply...