ERROR CREATING CONTROL FOR NODETYPE: initnodeTypes
I am new to UMBRACO and I have read many documents to about this(error) and UMBRACO
But, i found this error when we create a new node........
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
and when do you get the error attempting to create a document / media item ? when asking for support please give as much information as possible so that we can help you quickly and effectively.
My problem is that if we create anyone node then we find a error.......
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.
ERROR CREATING CONTROL FOR NODETYPE: initnodeTypes
I am new to UMBRACO and I have read many documents to about this(error) and UMBRACO
But, i found this error when we create a new node........
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:
Shaskank,
what version of umbraco you using and when do you get this error?
Regards
Ismail
HI Islami,
I use UMBRACO 4.....
and when do you get the error attempting to create a document / media item ? when asking for support please give as much information as possible so that we can help you quickly and effectively.
Regards
Ismail
HI Islami,
When we create Templates/ Documents/ Members/ Media or any one, then we find
as...
if we can create a Template then we find- this Error
ERROR CREATING CONTROL FOR NODETYPE: inittemplates
if we can create a Media then we find- this Error
ERROR CREATING CONTROL FOR NODETYPE: initmediaTypes
if we can create a Members then we find
ERROR CREATING CONTROL FOR NODETYPE: initmember
and so on.......
Shashank,
See http://our.umbraco.org/forum/getting-started/installing-umbraco/2713-V4-ERROR-CREATING-CONTROL-FOR-NODETYPE-Media try that see if it fixes media then try it with other sections. Was your installation a clean v4 install or was it an upgrade from previous version?
regards
Ismail
Thnks Ismail,
But thats not a solution of my problem.......
My problem is that if we create anyone node then we find a error.......
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:
if we can create a Template then we find- this Error
ERROR CREATING CONTROL FOR NODETYPE: inittemplates
if we can create a Media then we find- this Error
ERROR CREATING CONTROL FOR NODETYPE: initmediaTypes
if we can create a Members then we find
ERROR CREATING CONTROL FOR NODETYPE: initmember
and so on.......
check the database as per the post it may something is not right also is this clean install or upgrade?
is working on a reply...