In Umbraco 8.7 I'm using the BlockList Editor. It works fine in PureLive mode, but changing to AppData or LiveAppData models mode, results in the following error -- " CS0234: The type or namespace name 'Events' does not exist in the namespace 'Umbraco.Web.PublishedModels' (are you missing an assembly reference?)"
I generated the models in the Umbraco BackOffice, I can see them in the App_Data/Models folder
Models Builder Not Working in AppData ModelsMode
In Umbraco 8.7 I'm using the BlockList Editor. It works fine in PureLive mode, but changing to AppData or LiveAppData models mode, results in the following error -- " CS0234: The type or namespace name 'Events' does not exist in the namespace 'Umbraco.Web.PublishedModels' (are you missing an assembly reference?)"
I generated the models in the Umbraco BackOffice, I can see them in the App_Data/Models folder
Same issue here.. Did you ever figure it out? Thanks!
Hi Jill,
you have to include them in your Visual Studio project and build so that they will be compiled into a dll.
Hope this makes sense.
Thanks,
Brendan
is working on a reply...