here is the query:Dim query = From fb As Feedback In lst Where fb.Seller.login_name.ToLower = UserName.ToLowerOrder By fb.transaction_id Descending, fb.creation Descending _[Code]...I do not like working with anonymous types so I am trying to delare the result and am hitting an InvalidCastException.