does not exist in the namespace 'Umbraco.Web.PublishedContentModels' (are you missing an assembly reference?
Im building a site live on a server. No Visual studio!
Things were rolling along fine, but suddenly i get the following error on all doc types except the front page
Compiler Error Message: CS0234: The type or namespace name 'Textside' does not exist in the namespace 'Umbraco.Web.PublishedContentModels' (are you missing an assembly reference?)
Where "Textside" is the doc type...
There is an error in the log saying
ERROR Umbraco.ModelsBuilder.Umbraco.PureLiveModelFactory - Failed to build models.
System.Web.HttpCompileException (0x80004005): d:\web\sku.dk\www\App_Data\Models\all.generated.cs(355): error CS1061: 'string' does not contain a definition for 'GetEftertekst' and no extension method 'GetEftertekst' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
I have a property on a composition called "eftertekst", which i have now deleted to try something, but i get the samme error. its a vanilla 7.4.3 with Leblender, Nested content and slimsy installed.
Any ideas? i am supposed to present the site tomorrow, so im a bit under pressure, so any help is greatly appreciated.
does not exist in the namespace 'Umbraco.Web.PublishedContentModels' (are you missing an assembly reference?
Im building a site live on a server. No Visual studio!
Things were rolling along fine, but suddenly i get the following error on all doc types except the front page
Where "Textside" is the doc type... There is an error in the log saying
I have a property on a composition called "eftertekst", which i have now deleted to try something, but i get the samme error. its a vanilla 7.4.3 with Leblender, Nested content and slimsy installed.
Any ideas? i am supposed to present the site tomorrow, so im a bit under pressure, so any help is greatly appreciated.
Hi Claushingebjerg,
Looks like error because model builder didn't generate models.
Can you check Model builder settings? And if Generate models button is available try to press it.
Thanks,
Alex
I had similar issue during deployment. Check whether IIS have access to folders so that it can save the generated models.
For me, issue resolved by giving read/write permission to the project folder.
is working on a reply...