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.
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.
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.
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:
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
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.
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
is working on a reply...