Sorry, I forgot to add the error in my original post.
The line where the ListView is instantiated
Dim dataItem As ListViewDataItem = CType(sender.Item, ListViewDataItem)
I receive this error message:
"MissingMemberException was unhandled by user code.
Public member 'Item' on type 'ObjectDataSourceView' not found."
Thanks