when i create a templates by right clicking the Templates node then we find this error
Server Error in '/' Application.
ERROR CREATING CONTROL FOR NODETYPE: inittemplates
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: inittemplates
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: inittemplates] 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
create/add a template
Hi guys,
i am new user in umbraco and i cant create a template in this so plz give the solution to add/ create a template in umbraco.......
Hi Shashank
Templates are created in the Settings section by right-clicking the "Templates" node.
You could check out the Getting Started videos available here
>Tommy
Hi Tommy
when i create a templates by right clicking the Templates node then we find this error
Server Error in '/' Application.
ERROR CREATING CONTROL FOR NODETYPE: inittemplates
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: inittemplates
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
What version of Umbraco are you using - and did you upgrade recently ?
>Tommy
i use umbraco 4.......
Shashank
and i didn't upgrade recently
- Shashank
what version exactly (4.x.x.x) ?
Sounds like a permissions problem to me. Make sure the application pool user has enough permissions to write to the templates folder.
is working on a reply...