Bug reports Found a bug? Post it here please.
Version 7.x > Bug reports > Bug fix (7.0) for CMSModules\PortalEngine\UI\WebParts\WebPartZoneProperties.aspx.cs View modes: 
User avatar
Member
Member
nqwebdev1 - 9/26/2012 12:58:47 PM
   
Bug fix (7.0) for CMSModules\PortalEngine\UI\WebParts\WebPartZoneProperties.aspx.cs
Compiler Error Message: CS0246: The type or namespace name 'CMSModules_PortalEngine_Controls_WebParts_WebPartZoneProperties' could not be found (are you missing a using directive or an assembly reference?)

Source File: c:\inetpub\wwwroot\CMSModules\PortalEngine\UI\WebParts\WebPartZoneProperties.aspx.cs Line: 128

Line 126: if (!isVariantTab)
Line 127: {
Line 128: CMSModules_PortalEngine_Controls_WebParts_WebPartZoneProperties webPartZonePropertiesElem = currentControl as CMSModules_PortalEngine_Controls_WebParts_WebPartZoneProperties;
Line 129: if ((webPartZonePropertiesElem != null) && webPartZonePropertiesElem.Save())
Line 130: {


Solution: add the ASPX file this thingy

<%@ Register Src="~/CMSModules/PortalEngine/Controls/WebParts/WebPartZoneProperties.ascx"
TagName="WebPartZoneProperties" TagPrefix="cms" %>


User avatar
Kentico Support
Kentico Support
kentico_jurajo - 9/27/2012 1:25:21 AM
   
RE:Bug fix (7.0) for CMSModules\PortalEngine\UI\WebParts\WebPartZoneProperties.aspx.cs
Hi,

Thank you for the fix. But, could you please describe also the steps how to get that exception so we can investigate it in detail?

Thank you.

Best regards,
Juraj Ondrus