What can be the reason for this error in log viewer:
InnerException: Parser Error: Could not load type 'DotNetNuke.Modules.Admin.PortalManagement.SiteSettings_CMP'.
Last line of exception is:
at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings)
Where SiteSettings_CMP.ascx is my new control copied from SiteSettings.ascx. I have recompiled the solution many times and no error given, all files are present, namespace is correct, all db entries seems to be correct. So what should I check.
Thanks