I implemented the new Umbraco Models Builder API in my Umbraco 8.0.1 project. Building the models works and so I get the generated models I expect. Though I get an error in all the generated files on this.Value, it looks like it can't find the assembly reference.
Any idea how I can fix this? Is this an Umbraco bug or am I missing something?
Unable to build due to Models Builder
Hi,
I implemented the new Umbraco Models Builder API in my Umbraco 8.0.1 project. Building the models works and so I get the generated models I expect. Though I get an error in all the generated files on this.Value, it looks like it can't find the assembly reference.
Any idea how I can fix this? Is this an Umbraco bug or am I missing something?
Did you install the
UmbracoCms.Web
nuget package in your project?Ah wow it looks like I forgot to install the package for this project in my solution. Thanks!
is working on a reply...