After adding reference of EnumLists 1.0 in Umbraco 8 project solution, I am getting this error on browser :
Umbraco.Core.Exceptions.BootFailedException: Boot failed.
System.Reflection.ReflectionTypeLoadException: Could not load all types from "EnumLists, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
Thanks for your response, But I am using umbraco 8.5.5 and content package is showing to support Umbraco 8.6.0-9+
I have done code migration from umbraco 7.15.6 to 8.5.5 and I want to use existing packages.
Please tell me is it possible for umbraco 8.5.5, Can I use EnumLists or any other package.
Unfortunately this package only works on Umbraco 7. It hasn't been updated for over 9 years and is not compatible with any version of Umbraco 8. Maybe you can replace it with Contentment which also seems to support enum lists, but I can't help you with that.
Thank you so much for your help just want one more help that same issue we are facing with
DocTypeGridEditor
GridIdContainer
SectionPicker
Our entire project is used with docTypeGridEditor and its components which is breaking. Do we need to replace that also ? If it is then which package I have to use in that case to re-use exiting code ?
BootFailedException for EnumLists in umbraco 8
After adding reference of EnumLists 1.0 in Umbraco 8 project solution, I am getting this error on browser :
Umbraco.Core.Exceptions.BootFailedException: Boot failed. System.Reflection.ReflectionTypeLoadException: Could not load all types from "EnumLists, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
Please help me to fix this.
Thanks, Bishwajit
Hi Bishwajit,
This package only works on Umbraco 7. For Umbraco 8 you can better have a look at Contentment: https://our.umbraco.com/packages/backoffice-extensions/contentment/
Jeroen
Hi Jeroen Breuer,
Thanks for your response, But I am using umbraco 8.5.5 and content package is showing to support Umbraco 8.6.0-9+
I have done code migration from umbraco 7.15.6 to 8.5.5 and I want to use existing packages. Please tell me is it possible for umbraco 8.5.5, Can I use EnumLists or any other package.
Thanks, Bishwajit
Hi Bishwajit,
Unfortunately this package only works on Umbraco 7. It hasn't been updated for over 9 years and is not compatible with any version of Umbraco 8. Maybe you can replace it with Contentment which also seems to support enum lists, but I can't help you with that.
Jeroen
Hi Jeroen Breuer,
Thank you so much for your help just want one more help that same issue we are facing with DocTypeGridEditor GridIdContainer SectionPicker
Our entire project is used with docTypeGridEditor and its components which is breaking. Do we need to replace that also ? If it is then which package I have to use in that case to re-use exiting code ?
Great thanks, Bishwajit
Hi Bishwajit,
The Doc Type Grid Editor should be compatible with Umbraco 8. I don't have any experience with that so maybe someone else can help you.
Jeroen
Great Thanks Jeroen Breuer !
is working on a reply...