error after upgrade to latest version of 13

lawrence whittemore asked on August 20, 2024 17:19

The error is with this line, on the \CMS\CMSModules\Categories\Controls\Categories.ascx.designer.cs

line 283: protected global::CMSModules_Categories_Controls_CategoryAllowedPageTypes catEditPageTypes;

Severity Code Description Project File Line Suppression State Error (active) CS0400 The type or namespace name 'CMSModules_Categories_Controls_CategoryAllowedPageTypes' could not be found in the global namespace (are you missing an assembly reference?) CMS C:\Users\ahlnw1\source\repos\intranet.northernlighthealth.org\CMS\CMSModules\Categories\Controls\Categories.ascx.designer.cs 283

Correct Answer

lawrence whittemore answered on August 21, 2024 19:56

I figured it out, it looks like the pages were created but not added to the project. So I just needed to add them to the project.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.