Gotcha
CS0012: The type 'System.Object' is defined in an assembly that is not referenced.

I was setting up my Sitecore instance(s) on a new laptop, when this error reared its ugly head and kept me stuck for a good hour. Looking online there are many reasons why this showed up, but in my case, all I had to do was adding this line underĀ configuration/system.web/compilation/assemblies: <add assembly="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"/> […]

Read more