Copied to clipboard

Flag this post as spam?

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


  • donohoer 4 posts 24 karma points
    Jul 06, 2010 @ 02:43
    donohoer
    0

    ERROR CREATING CONTROL FOR NODETYPE: ScheduledTasks

    A bit new to umbraco but here goes..

    using umbraco v 4.0.4.1 (Assembly version: 1.0.3793.17632)

    .Net :2.0.50727.4205

    database is SQL server 2005

    I have installed the package and got the "scheduled tasks" to appear in the tree. I also have the "week","day" and "hour" subnodes. When i select Create off the "scheduled tasks" node i get the following error

    Exception Details: System.ArgumentException: ERROR CREATING CONTROL FOR NODETYPE: ScheduledTasks

    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:

    [ArgumentException: ERROR CREATING CONTROL FOR NODETYPE: ScheduledTasks]
       umbraco.cms.presentation.Create.Page_Load(Object sender, EventArgs e) +611
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       umbraco.BasePages.BasePage.OnLoad(EventArgs e) +49
       System.Web.UI.Control.LoadRecursive() +50
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
    


    Any ideas?? I also noted in your notes that some tables should be created in the database. What tables should i be looking out for as i did not notice any new tables after installing the package

     

    Thanks

    R

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jul 11, 2010 @ 15:20
    Richard Soeteman
    0

    Hi,

    Your install failed because the database user couldn't create the tables and I think the taskscheduler DLL is also not in the bin folder. I think the best thing to do is to give the network user modify rights to the bin folder and umbraco folder, also give the database user DBO rights so it can create tables, then uninstall the package and then install the package again.

    Cheers,

    Richard

  • Christiaan van Bergen 5 posts 25 karma points
    Jul 23, 2010 @ 00:40
    Christiaan van Bergen
    0

    An answer I gave to a post with a similar exception

    "I encounterd the similar Exception message. The problem I had was that my UI.xml  (found in \umbraco\config\create ) had a faulty entry. We had just added a new Umbraco section and pasted this right in. The problem was that we used the the wrong double quotes :  ”  in stead of "
    The code we used was the sample on http://www.nibble.be/?p=71 (nothing wrong with the supplied sample, we were just sloppy in copying it) .

    You might need to stop the application pool before editing/saving the UI.xml, the file could be locked by it.

    Hth "

    If you are receiving this Exception Message, you will probably not be able to create any other kinds of nodes as well. If this is the case, I would start by examining the UI.xml

Please Sign in or register to post replies

Write your reply to:

Draft