I'm unable to create a package.. When I try to publish it (I assume this makes the zip for me), I get the following error in the log:
CreatedPackage.cs System.NullReferenceException: Object reference not set to an instance of an object. at System.Xml.XmlNode.AppendChild(XmlNode newChild) at umbraco.cms.businesslogic.packager.CreatedPackage.Publish()
I'm running the most recent version (not Juno) on .net 4.0.. Any suggestions? I'm trying to export a bunch of stuff from one system to another...
Same error here, I'm running 4.0.3. I've tried to export only one item, but it makes no difference at all. Have you had any success in resolving this issue?
Create Package Error
I'm unable to create a package.. When I try to publish it (I assume this makes the zip for me), I get the following error in the log:
CreatedPackage.cs System.NullReferenceException: Object reference not set to an instance of an object. at System.Xml.XmlNode.AppendChild(XmlNode newChild) at umbraco.cms.businesslogic.packager.CreatedPackage.Publish()
I'm running the most recent version (not Juno) on .net 4.0.. Any suggestions? I'm trying to export a bunch of stuff from one system to another...
Same error here, I'm running 4.0.3. I've tried to export only one item, but it makes no difference at all. Have you had any success in resolving this issue?
I've got that error because my nodes were not published. After publishing them the issue was resolved
is working on a reply...