I'm trying to create a package in Umbraco adding document types and their related data types but I'm getting the error below:
No newParent node
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: No newParent node
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.
Package Installation Issue
Hi,
I'm trying to create a package in Umbraco adding document types and their related data types but I'm getting the error below:
No newParent node
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: No newParent node
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: No newParent node] umbraco.cms.businesslogic.CMSNode.getParent() +203 umbraco.cms.businesslogic.packager.CreatedPackage.AddDocumentType(DocumentType dt, List`1& dtl) +47 umbraco.cms.businesslogic.packager.CreatedPackage.Publish() +1168 umbraco.presentation.developer.packages.Default.saveOrPublish(Object sender, CommandEventArgs e) +316 System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +140 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6016
Any ideas?
Did you ever receive a resolution for this issue? I am having the exact same issue attempting to publish a package on Umbraco v7.5.9
is working on a reply...