After upgrading from 5.5 to 5.5R2 my VS2010 project does not compile anymore. The errors are:
Error 108 Circular file references are not allowed. D:\EXB_Projects\EXB\WebSites\KenticoPOC\CMSAdminControls\UI\PageElements\HeaderActions.ascx 3
Error 109 Unknown server tag 'cms:Help'. D:\EXB_Projects\EXB\WebSites\KenticoPOC\CMSAdminControls\UI\PageElements\HeaderActions.ascx 13
Error 110 Circular file references are not allowed. D:\EXB_Projects\EXB\WebSites\KenticoPOC\CMSAdminControls\UI\PageElements\PageTitle.ascx 2
Error 111 Unknown server tag 'cms:Help'. D:\EXB_Projects\EXB\WebSites\KenticoPOC\CMSAdminControls\UI\PageElements\PageTitle.ascx 16
Error 112 Unknown server tag 'cms:Help'. D:\EXB_Projects\EXB\WebSites\KenticoPOC\CMSAdminControls\UI\PageElements\PageTitle.ascx 28
Error 113 Unknown server tag 'cms:Help'. D:\EXB_Projects\EXB\WebSites\KenticoPOC\CMSAdminControls\Categories\MultipleCategoriesSelector.ascx 37
The Help.ascx compiles OK but when I compile control PageTitle.ascx separately there are different errors there:
Error 105 The file 'src' is not a valid here because it doesn't expose a type. D:\EXB_Projects\EXB\WebSites\KenticoPOC\CMSAdminControls\UI\PageElements\PageTitle.ascx 2
Error 106 Unknown server tag 'cms:Help'. D:\EXB_Projects\EXB\WebSites\KenticoPOC\CMSAdminControls\UI\PageElements\PageTitle.ascx 16
Error 107 Unknown server tag 'cms:Help'. D:\EXB_Projects\EXB\WebSites\KenticoPOC\CMSAdminControls\UI\PageElements\PageTitle.ascx 28
Similar errors are in HeaderActions.ascx and MultipleCategoriesSelector.ascx.
I copied Help.ascx form a clean 5.5 R2 installation but it did not help. I tried the web.config from upgrade package as well as from 5.5R2 installation without any modifications…. - no remedy.
I am using Windows XP and .NET 4.0.
Any suggestions, please?
Thanks,
Vlado