Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Mar 23, 2010 @ 10:50
    Darren Ferguson
    0

    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


  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Mar 23, 2010 @ 11:00
    Darren Ferguson
    0

    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!

     

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Aug 13, 2010 @ 11:26
Please Sign in or register to post replies

Write your reply to:

Draft