CS0122 'PublishedContentWrapped.Content' is inaccessible due to its protection level
Something, I don't know happend to the Solution. Now I get this error message: "CS0122 'PublishedContentWrapped.Content' is inaccessible due to its protection level"
How can I replace or repair this line of Code.
using System.Linq;
using System.Web.Mvc;
using Orca.Homepage.Core.PublishedContentModels;
using Orca.Homepage.Web.Models.DocTypeGridEditorViewModels;
namespace Orca.Homepage.Web.Controller.PartialController
{
public class Template2ViewSurfaceController : HomepageDocTypeGridEditorSurfaceController
CS0122 'PublishedContentWrapped.Content' is inaccessible due to its protection level
Something, I don't know happend to the Solution. Now I get this error message: "CS0122 'PublishedContentWrapped.Content' is inaccessible due to its protection level" How can I replace or repair this line of Code.
using System.Linq; using System.Web.Mvc; using Orca.Homepage.Core.PublishedContentModels; using Orca.Homepage.Web.Models.DocTypeGridEditorViewModels;
namespace Orca.Homepage.Web.Controller.PartialController { public class Template2ViewSurfaceController : HomepageDocTypeGridEditorSurfaceController
Thanks Regards Dominik
Did you find the solution to this? I am facing the same problem, Can you please share if something fixed your problem
Hi Rabea,
sorry, but I can't remember the Solution. Maybe a clean build or Generate models in umbraco-admin-developer-area or maybe this ...
Compiler Error Message: CS0122
Regards Dominik
is working on a reply...