Copied to clipboard

Flag this post as spam?

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


This forum does not allow new topics to be created, please use the v2 forum from now on.

  • Jonas Henriksen 32 posts 90 karma points
    May 03, 2010 @ 16:49
    Jonas Henriksen
    0

    Parser error

    Installed your package on Umbraco 4.0.3. I then right-clicked on "301 URL Tracker" and chose Create. Picked my node, clicked Create and got this error:

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

    Source Error:

    Line 28:       <asp:MultiView runat="server" ID="mv301URLTracker" ActiveViewIndex="0">
    Line 29:            <asp:View runat="server" ID="vw301URLTrackerItem">
    Line 30:              <asp:UpdatePanel runat="server" ID="upUrls" UpdateMode="Conditional" ChildrenAsTriggers="false">
    Line 31:                     <ContentTemplate>
    Line 32:                        <umb:Pane runat="server" ID="pane">

    Source File: /umbraco/settings/edit301URLTracker.aspx    Line: 30

    Any suggestions?

    Nice package (when I get it to work) - thanks for sharing! :)

  • Stefan Kip 1606 posts 4098 karma points c-trib
    May 03, 2010 @ 19:50
    Stefan Kip
    1

    Hmm this is the same error as someone experienced with my True Color Picker package.
    Here's the link to the comment with the error, read from there to fix this problem :)

    http://our.umbraco.org/projects/true-color-picker/everything/8534-Package-doesn%27t-create-DataType#comment31354

    And here is the comment with the solution:

    http://our.umbraco.org/projects/true-color-picker/everything/8534-Package-doesn%27t-create-DataType?p=1#comment31360

  • Jonas Henriksen 32 posts 90 karma points
    May 06, 2010 @ 09:07
    Jonas Henriksen
    0

    Worked nicely!!! :)

    Thanks Kip!

  • Heather Floyd 531 posts 787 karma points MVP 2x c-trib
    Jul 31, 2010 @ 01:13
    Heather Floyd
    1

    I had the same problem.

    Here is the solution from the other thread (since those links are broken now):

    Add this to the web config:

        <runtime>
         
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
           
    <dependentAssembly>
           
    <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31BF3856AD364E35" culture="neutral" />
           
    <bindingRedirect oldVersion="1.0.61025.0" newVersion="3.5.0.0"/>
           
    </dependentAssembly>
         
    </assemblyBinding>
       
    </runtime>

    I hope this helps someone else!

    ~Heather

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies