I couldn't reproduce the issue, but also I encountered this while I'm doing code for multiple XCI revision, so I guess I can use the same fix I did there
as you might've noticed that I stored the version data using OSVListView.Tag, but apparently the Tag data is not carried over when you select an item so when you access ObjectListView.SelectedItems[0].Tag it'll return null data
so now I use the object data inside the OSVListView directly to get Version info
could you please try this one and see if it fixes the issue. thanks
I couldn't reproduce the issue, but also I encountered this while I'm doing code for multiple XCI revision, so I guess I can use the same fix I did there as you might've noticed that I stored the version data using OSVListView.Tag, but apparently the Tag data is not carried over when you select an item so when you access ObjectListView.SelectedItems[0].Tag it'll return null data so now I use the object data inside the OSVListView directly to get Version info could you please try this one and see if it fixes the issue. thanks