NullReferenceException when packaging selected items into a revision
Using Umbraco 4.7.2 and Courier 2.7.5.89.v4, when I create a new revision, select some items (e.g. 3 datatypes), package selected, and then try to add other items to the exisiting revision (e.g. 2 doctypes), I get the following exception:
System.NullReferenceException: Object reference not set to an instance
of an object. at
Umbraco.Courier.Core.Collections.Manifests.Item.ToXml() at
Umbraco.Courier.Core.Collections.Manifests.Provider.ToXml() at
Umbraco.Courier.Core.Collections.Manifests.RevisionManifest.ToXml() at
Umbraco.Courier.Core.Packaging.RevisionPackaging.completeQueue() at
Umbraco.Courier.Core.Packaging.RevisionPackaging.Package() at
Umbraco.Courier.Core.TaskManager.manageTask(IRevisionTask value)
21-8-2013 13:37:37
Afterwards it seems like it has packaged the items (and dependencies), but with the exception, i don't feel like it's reliably packaged.
NullReferenceException when packaging selected items into a revision
Using Umbraco 4.7.2 and Courier 2.7.5.89.v4, when I create a new revision, select some items (e.g. 3 datatypes), package selected, and then try to add other items to the exisiting revision (e.g. 2 doctypes), I get the following exception:
Afterwards it seems like it has packaged the items (and dependencies), but with the exception, i don't feel like it's reliably packaged.
What could cause this problem?
is working on a reply...