For some reason the blog on a newly created Uno site is not working when trying to view the actual blog page and we are getting the following error:
Compiler Error Message: CS1061: 'Post' does not contain a definition for 'Author' and no accessible extension method 'Author' accepting a first argument of type 'Post' could be found (are you missing a using directive or an assembly reference?)
Source error:
Line 167: "name": "@Model.Name"
Line 168: },
Line 169: "author": "@Model.Author",
Line 170: "publisher": {
Line 171: "@@type": "Organization",
This is a bog standard, no custom code, Uno project, so not sure if we were able to do this somehow?
Blog page showing error
Hi,
For some reason the blog on a newly created Uno site is not working when trying to view the actual blog page and we are getting the following error:
Source error:
This is a bog standard, no custom code, Uno project, so not sure if we were able to do this somehow?
is working on a reply...