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