Copied to clipboard

Flag this post as spam?

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


  • Shashank Birthare 25 posts 45 karma points
    Jun 22, 2010 @ 14:51
    Shashank Birthare
    0

    ERROR CREATING CONTROL FOR NODETYPE: initnodeTypes

    Hi guys,

       i am new user in umbraco and I can't create new nodes in the Templates/ Documents/ Members/ Media or any one. If I select the create button in the top of the Templates/ Documents/ Members/ Media or any one panel all works out well, but if I right click the node where I would like to create the childnode, and selects "Create" I get the following error message in the popup panel:

     

    Server Error in '/' Application.

    ERROR CREATING CONTROL FOR NODETYPE: initnodeTypes

    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.ArgumentException: ERROR CREATING CONTROL FOR NODETYPE: initnodeTypes

    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: initnodeTypes]
       umbraco
    .cms.presentation.Create.Page_Load(Object sender, EventArgs e) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\presentation\umbraco\create.aspx.cs:45
       
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +13
       
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +43
       
    System.Web.UI.Control.OnLoad(EventArgs e) +80
       umbraco
    .BasePages.BasePage.OnLoad(EventArgs e) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\businesslogic\BasePages\BasePage.cs:287
       
    System.Web.UI.Control.LoadRecursive() +49
       
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3710



    Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

     

    So plz give the solution of this problem......I am waiting

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    Jun 23, 2010 @ 02:40
    Sebastiaan Janssen
    0

    Sounds like a permissions problem. Please make sure that the application pool user has enough rights to write to any directories that it needs to write to.

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

    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

Please Sign in or register to post replies

Write your reply to:

Draft