I'm using umbraco 8 and I have created contents and published successfully. Now, How can I construct Model for Published Model ? Because I want to use that model in controller.
Which version of Visual Studio are you using? You need version 15.9.6 or higher. That's VS 2017.
It seems from the screenshot that you have a version 14?
How to construct Model for Published Model ?
Hi there,
I think what you're looking for is a feature called ModelsBuilder. See Official documentation and 24Days.in article
I have updated
<add key="Umbraco.ModelsBuilder.ModelsMode" value="LiveDll" />
in web.config. After generating Models. I'm getting the above errorWhich version of Visual Studio are you using? You need version 15.9.6 or higher. That's VS 2017. It seems from the screenshot that you have a version 14?
No, it's not a version 14. I'm using VS 2017 and V15.9.7
is working on a reply...