Closed a1exb1 closed 8 years ago
fixed by: including "all.generated.cs" inside my project
and
adding this to Web.Config -> appSettings:
Adding what to web.config ? ;-)
Whoops haha, add:
<add key="Umbraco.ModelsBuilder.ModelsMode" value="Dll" /
To Web.config
This makes sure it doesnt compile the classes twice and throw an exception
If i include all.generated.cs, i get intellisense in my views but the view fails to compile when rendered.
How do you gain access to intellisense without including that file?