Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm running a fresh install of Umbraco 8.5.3 and when I change the ModelMode in Webconfig to DLL I get this error:
ModelsMode "DLL" is not a valid mode. Note that modes are case-sensitive. Possible values are: Nothing, PureLive, AppData, LiveAppData, Dll, LiveDll
Is it possible to use the Bulma starter kit in any of the other ModelsMode modes?
Best Regards
Christian
Hi Christian.
Have you tried with lowercase l: Dll?
Regards Malthe
Damn... this is embarrassing :-) I was so sure that the problem had something to do with the new build-in modelsbuilder in Umbraco that I did'nt see my own typo. Thanks Malthe ;-)
No problem, happy to help. Those errors happens to all of us every single day :-)
Thanks guys, glad that got sorted out quickly.
Yes it only took two minutes before I was pointed in the right direction by Malthe .... Love this community and really fond of this starter kit
In the Umbraco 8.5.4 is not supported Dll. The supported model builders are:
Possible values are: Nothing, PureLive, AppData, LiveAppData
Thats right Biagio. You still need to include the Modelsbuilder to your solution for this package to work.
So I’ve to create a Visual Studio project and compiling the project with class in AppData or install the full models builder https://www.nuget.org/packages/Umbraco.ModelsBuilder/ ?
I installed the full models builder using nuget.
Ok. So is possible to use and install the starter kit under Visual Studio and after move on the server.
Thats the way I do it ;-)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Bulma Starter Kit - DLL is not a valid mode
I'm running a fresh install of Umbraco 8.5.3 and when I change the ModelMode in Webconfig to DLL I get this error:
ModelsMode "DLL" is not a valid mode. Note that modes are case-sensitive. Possible values are: Nothing, PureLive, AppData, LiveAppData, Dll, LiveDll
Is it possible to use the Bulma starter kit in any of the other ModelsMode modes?
Best Regards
Christian
Hi Christian.
Have you tried with lowercase l: Dll?
Regards Malthe
Damn... this is embarrassing :-) I was so sure that the problem had something to do with the new build-in modelsbuilder in Umbraco that I did'nt see my own typo. Thanks Malthe ;-)
No problem, happy to help. Those errors happens to all of us every single day :-)
Thanks guys, glad that got sorted out quickly.
Yes it only took two minutes before I was pointed in the right direction by Malthe .... Love this community and really fond of this starter kit
In the Umbraco 8.5.4 is not supported Dll. The supported model builders are:
Possible values are: Nothing, PureLive, AppData, LiveAppData
Thats right Biagio. You still need to include the Modelsbuilder to your solution for this package to work.
So I’ve to create a Visual Studio project and compiling the project with class in AppData or install the full models builder https://www.nuget.org/packages/Umbraco.ModelsBuilder/ ?
I installed the full models builder using nuget.
Ok. So is possible to use and install the starter kit under Visual Studio and after move on the server.
Thats the way I do it ;-)
is working on a reply...