Posted on 12/02/2021 15:21:49
Hi Anton,
I am not sure if it's helpful but this is your actual error:
RazorTemplateModel <template>' does not contain a definition for 'PageID' and no accessible extension method 'PageID' accepting a first argument of type 'RazorTemplateModel<template>' could be found (are you missing a using directive or an assembly reference?)
Line 10925: 'RazorTemplateModel<template>' does not contain a definition for 'Item' and no accessible extension method 'Item' accepting a first argument of type 'RazorTemplateModel<template>' could be found (are you missing a using directive or an assembly reference?)
Line 10927: 'RazorTemplateModel<template>' does not contain a definition for 'Item' and no accessible extension method 'Item' accepting a first argument of type 'RazorTemplateModel<template>' could be found (are you missing a using directive or an assembly reference?)
Line 10927: 'RazorTemplateModel<template>' does not contain a definition for 'Item' and no accessible extension method 'Item' accepting a first argument of type 'RazorTemplateModel<template>' could be found (are you missing a using directive or an assembly reference?)
Line 10967: 'RazorTemplateModel<template>' does not contain a definition for 'Item' and no accessible extension method 'Item' accepting a first argument of type 'RazorTemplateModel<template>' could be found (are you missing a using directive or an assembly reference?)
Line 11004: 'RazorTemplateModel<template>' does not contain a definition for 'Item' and no accessible extension method 'Item' accepting a first argument of type 'RazorTemplateModel<template>' could be found (are you missing a using directive or an assembly reference?)
Line 11004: 'RazorTemplateModel<template>' does not contain a definition for 'Item' and no accessible extension method 'Item' accepting a first argument of type 'RazorTemplateModel<template>' could be found (are you missing a using directive or an assembly reference?)
It seems that something has changed in a template.
Adrian