Bug reports Found a bug? Post it here please.
Version 7.x > Bug reports > Parser Error : On Document Type properties General tab. View modes: 
User avatar
Member
Member
ashish.diwaker-technousa - 10/19/2013 8:47:25 AM
   
Parser Error : On Document Type properties General tab.
Hi,


I am getting following error when I try to open General Tab in DocumentTypes -> "Any object":

  Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The base class includes the field 'uploaderFrame', but its type (System.Web.UI.HtmlControls.HtmlIframe) is not compatible with the type of control (System.Web.UI.HtmlControls.HtmlGenericControl).

Source Error:


Line 11: <cms:MultiFileUploader ID="mfuDirectUploader" runat="server">
Line 12: <AlternateContent>
Line 13: <iframe id="uploaderFrame" runat="server" frameborder="0" scrolling="no" marginheight="0"
Line 14: marginwidth="0" enableviewstate="false" style="vertical-align: middle; width: 0;
Line 15: height: 0;" />


Source File: /CMSModules/Content/Controls/Attachments/DirectFileUploader/DirectFileUploader.ascx Line: 13

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929





User avatar
Kentico Support
Kentico Support
kentico_filipl - 10/20/2013 4:56:33 AM
   
RE:Parser Error : On Document Type properties General tab.
Hi Ashish,

Haven't you upgraded your Kentico CMS version or applied a hotfix lately? The thing is this error usually shows up when some of the assembly files use an old version of .NET framework.

The easiest way to check if everything is configured correctly is rebuilding the project solution. If there are any errors in the build log, please take a look at corresponding assembly files and edit those versions if necessary.

Best regards,
Filip Ligac