Copied to clipboard

Flag this post as spam?

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


  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Sep 16, 2009 @ 22:49
    Jesper Ordrup
    0

    Missing Scriptmanager

    Hi!

     

    I've just added this datatype to a document type and when I access a node (new or existing) I get:

    The control with ID 'repeatContent' requires a
    ScriptManager on the page. The ScriptManager must appear before any
    controls that need it.
  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Sep 16, 2009 @ 22:50
    Jesper Ordrup
    0

    Erh .. sorry bout the double post:

    Umbraco 4.0.2.1 On Win2003 server with .NET 2.0

    /Jesper

  • Masood Afzal 176 posts 522 karma points
    Sep 17, 2009 @ 11:41
    Masood Afzal
    0

    This requires .NET 3.5

    Thanks

     

  • Meredith 10 posts 31 karma points
    Sep 17, 2009 @ 17:03
    Meredith
    0

    I am having the same error appear running Umbraco 4.0.2.1 on Win2003 server with .NET 3.5 SP1.   My host suggested referencing a library in my web config or that the problem might be something along the lines of this: http://forums.asp.net/t/1094344.aspx

    Does any of that sound like it could be the issue?  Any help would be appreciated, I would love to use this.

    Thanks! ~ Meredith

  • Tom Maton 387 posts 660 karma points
    Sep 17, 2009 @ 20:50
    Tom Maton
    0

    If its a custom Datatype you have created you will need to reference the Web.Extensions v1.0.6 and not the 3.5 version

    Tom

  • Masood Afzal 176 posts 522 karma points
    Sep 17, 2009 @ 21:36
    Masood Afzal
    0

    This library is currently referencing web.extensions v3.5. I will upload another package soon for v 1.0.6. For now if you have web.extensions (and design) v3.5 in bin folder , this should solve the issue.

    Masood

     

     

     

     

     

     

  • Masood Afzal 176 posts 522 karma points
    Sep 17, 2009 @ 21:39
    Masood Afzal
    0

    Meredith,

    Can you please confirm web.extensions libraries are installed on your server?

    On my pc, location is :

    C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.Extensions.dll
    C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.Extensions.Design.dll

     

  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Sep 17, 2009 @ 22:52
    Jesper Ordrup
    0

    Hi Masood,

     

    Thank you for clarifying. I suggest that you update the project description with the requirements as I guess most arent running 3.5. You might have described this on your blog, but I guess that most check your project description on OUR and decide from that alone.

    I'll try changing to .NET 3.5.

    Thanks

    Jesper

  • Meredith 10 posts 31 karma points
    Sep 18, 2009 @ 17:15
    Meredith
    0

    Masood,

    Yes, both of those are installed on the server.

  • Meredith 10 posts 31 karma points
    Sep 18, 2009 @ 18:03
    Meredith
    0

    Here is the full error information.

    Thanks! ~Meredith

    Server Error in '/' Application.
    --------------------------------------------------------------------------------
    
    The control with ID 'repeatableCustomContent' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. 
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    
    Exception Details: System.InvalidOperationException: The control with ID 'repeatableCustomContent' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
    
    Source Error: 
    
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  
    
    Stack Trace: 
    
    
    [InvalidOperationException: The control with ID 'repeatableCustomContent' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.]
       System.Web.UI.UpdatePanel.get_ScriptManager() +365925
       System.Web.UI.UpdatePanel.RegisterPanel() +87
       System.Web.UI.UpdatePanel.OnInit(EventArgs e) +19
       MA.Umbraco.DataTypes.RepeatableCustomContent.RepeatableCustomContentDataEditor.OnInit(EventArgs e) +155
       System.Web.UI.Control.InitRecursive(Control namingContainer) +333
       System.Web.UI.Control.InitRecursive(Control namingContainer) +210
       System.Web.UI.Control.InitRecursive(Control namingContainer) +210
       System.Web.UI.Control.InitRecursive(Control namingContainer) +210
       System.Web.UI.Control.InitRecursive(Control namingContainer) +210
       System.Web.UI.Control.InitRecursive(Control namingContainer) +210
       System.Web.UI.Control.InitRecursive(Control namingContainer) +210
       System.Web.UI.Control.AddedControl(Control control, Int32 index) +198
       System.Web.UI.ControlCollection.Add(Control child) +80
       umbraco.cms.presentation.editContent.OnInit(EventArgs e) +1050
       System.Web.UI.Control.InitRecursive(Control namingContainer) +333
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
    
    
    
    
    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082 
  • Masood Afzal 176 posts 522 karma points
    Sep 23, 2009 @ 22:26
    Masood Afzal
    0

    Meredith

    I would be uplaoding new version of 'repeatable custom content' in next few days. New type will include configurable number of columns/fields, support for umbraco datatypes , validation etc

    Thanks

    Masood

     

     

  • Meredith 10 posts 31 karma points
    Sep 24, 2009 @ 16:45
    Meredith
    0

    Great, I will look for it soon.

    Thanks for your work on this!

Please Sign in or register to post replies

Write your reply to:

Draft