I decided to add a few more properties to one of my doctypes, and when I hit the generate the models button in the back office, VS intellisense tells me it can't find all of my generated models?
Although it tells me this, it did update the model I added a few more properties to, and I have not had any build issues, etc. I did a search and tried deleting the .vsbinobj, etc. folders as suggested, but it still gives me the same message?
[Failure] Could not find file 'D:\Repos\umbraco.co.uk\Umbraco.SiteModels\Models\SEO.generated.cs'.
[Failure] Could not find file 'D:\Repos\umbraco.co.uk\Umbraco.SiteModels\Models\NewsItem.generated.cs'.
[Failure] Could not find file 'D:\Repos\umbraco.co.uk\Umbraco.SiteModels\Models\GridArticle.generated.cs'.
......
[Failure] Could not find file "generated models"
I decided to add a few more properties to one of my doctypes, and when I hit the generate the models button in the back office, VS intellisense tells me it can't find all of my generated models?
Although it tells me this, it did update the model I added a few more properties to, and I have not had any build issues, etc. I did a search and tried deleting the
.vs
bin
obj
, etc. folders as suggested, but it still gives me the same message?[Failure] Could not find file 'D:\Repos\umbraco.co.uk\Umbraco.SiteModels\Models\SEO.generated.cs'. [Failure] Could not find file 'D:\Repos\umbraco.co.uk\Umbraco.SiteModels\Models\NewsItem.generated.cs'. [Failure] Could not find file 'D:\Repos\umbraco.co.uk\Umbraco.SiteModels\Models\GridArticle.generated.cs'.
......I'm on version
7.12.3
Any ideas? as this is still happening.
is working on a reply...