Error when browsing to content node containing control.
Hi, Can you help me out?
I get the following error when browsing to a content node containing the control:
(.net 3.5/Umbraco 4.0.3, Windows Server 2008, SQL Express 2008)
Server Error in '/' Application.
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 'updateTags', but its type (System.Web.UI.UpdatePanel) is not
compatible with the type of control (System.Web.UI.UpdatePanel).
Source Error:
Line 1: <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="AutoTags.ascx.cs" Inherits="GrailTechnology.AutoTags.DataType.AutoTags" %> Line 2: <asp:UpdatePanel ID="updateTags" runat="server" UpdateMode="Conditional"> Line 3: <ContentTemplate> Line 4: <asp:Panel ID="panelErrors" runat="server" Visible="false">
Source File: /usercontrols/AutoTags.ascx
Line: 2
Version Information: Microsoft .NET Framework
Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
BTW: I've tried updating the web.config to point at the .net 3.5 assemblies but that causes a problem with the Scriptmanager that Umbraco adds to the page!
Error when browsing to content node containing control.
Hi, Can you help me out?
I get the following error when browsing to a content node containing the control:
(.net 3.5/Umbraco 4.0.3, Windows Server 2008, SQL Express 2008)
Server Error in '/' Application.
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 'updateTags', but its type (System.Web.UI.UpdatePanel) is not compatible with the type of control (System.Web.UI.UpdatePanel).
Source Error:
Source File: /usercontrols/AutoTags.ascx Line: 2
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
BTW: I've tried updating the web.config to point at the .net 3.5 assemblies but that causes a problem with the Scriptmanager that Umbraco adds to the page!
http://our.umbraco.org/projects/developer-tools/301-url-tracker/bug-reports/8868-Parser-error
is working on a reply...