Ticket #628 (closed defect: fixed)
Deleting the associated node and saving project raises exception.
Reported by: | rachana-singh | Owned by: | avneesh-singh |
---|---|---|---|
Priority: | major | Milestone: | Obi 2.5 alpha |
Component: | Application | Version: | 2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Time planned: | 1d | Time remaining: | 1d |
Time spent: | 1d | Estimated Number of Hours: | 0.0 |
Add Hours to Ticket: | 0 | Billable?: | yes |
Total Hours: | 0 |
Description
An error is encountered while saving. urakawa.exception.XukException?: An exception occured during XukOut? of XukAble?: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index ---> System.ArgumentOutOfRangeException?: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
at System.ThrowHelper?.ThrowArgumentOutOfRangeException?(ExceptionArgument? argument, ExceptionResource? resource) at System.ThrowHelper?.ThrowArgumentOutOfRangeException?() at System.Collections.Generic.List`1.get_Item(Int32 index) at urakawa.ObjectListProvider?`1.Get(Int32 index) at Obi.EmptyNode?.get_AssociatedNode() at Obi.EmptyNode?.XukOutAttributes?(XmlWriter? wr, Uri baseUri) at urakawa.xuk.XukAble?.XukOut?(XmlWriter? destination, Uri baseUri, IProgressHandler handler) --- End of inner exception stack trace --- at urakawa.xuk.XukAble?.XukOut?(XmlWriter? destination, Uri baseUri, IProgressHandler handler) at urakawa.core.TreeNode?.XukOutChildren?(XmlWriter? destination, Uri baseUri, IProgressHandler handler) at urakawa.xuk.XukAble?.XukOut?(XmlWriter? destination, Uri baseUri, IProgressHandler handler) at urakawa.core.TreeNode?.XukOutChildren?(XmlWriter? destination, Uri baseUri, IProgressHandler handler) at urakawa.xuk.XukAble?.XukOut?(XmlWriter? destination, Uri baseUri, IProgressHandler handler) at urakawa.core.TreeNode?.XukOutChildren?(XmlWriter? destination, Uri baseUri, IProgressHandler handler) at urakawa.xuk.XukAble?.XukOut?(XmlWriter? destination, Uri baseUri, IProgressHandler handler) at urakawa.Presentation.XukOutChildren?(XmlWriter? destination, Uri baseUri, IProgressHandler handler) at urakawa.xuk.XukAble?.XukOut?(XmlWriter? destination, Uri baseUri, IProgressHandler handler) at urakawa.Project.XukOutChildren?(XmlWriter? destination, Uri baseUri, IProgressHandler handler) at urakawa.xuk.XukAble?.XukOut?(XmlWriter? destination, Uri baseUri, IProgressHandler handler) at urakawa.xuk.SaveXukAction?.Execute() at urakawa.xuk.SaveXukAction?.DoWork?() at Obi.Session.Save(String path)
OK