-
Notifications
You must be signed in to change notification settings - Fork 166
Description
I have just downloaded the latest SimpleSite sample from GitHub.
As per Readme.md, I did item 1 and created a database.
I then failed at item 2 and could not build the site so cannot run it.
I get error code CS2001 "Cofoundry.Samples.SimpleSite-master\src\Cofoundry.Samples.SimpleSite\obj\Debug\netcoreapp3.1\Razor\Cofoundry\PageBlockTypes\ContentSplitSection\Templates\ContentSplitSectionReverse.cshtml.g.cs' could not be found."
I also get error code MSBB3231 "Unable to remove directory "obj\Debug\netcoreapp3.1\Razor". Could not find a part of the path 'ContentSplitSectionReverse.cshtml.g.cs'."
I have closed the solution, deleted the .vs file and the bin and obj folders, then reloaded the solution but always the same issue.
I have not made any changes to any code. It is the auto-generated code that is flagging up the issue.
I am using Visual Studio 2019 with .Net Core 3.1 and SQL Server 2019 (150)
Any ideas as to what is going wrong?