Put a breakpoint there and see what the null object is. It might be that recurring.TransactionDataType is null, so accessing the .Item property on a null object would throw that exception.
Another issue may be the setter on either the .TransactionDataType property, or the .Item property. Usually though, it is something simple.
doyleits
Contributor
3580 Points
549 Posts
Re: First Data Web Service API Integration Problem
Jan 27, 2011 09:10 PM|LINK
Put a breakpoint there and see what the null object is. It might be that recurring.TransactionDataType is null, so accessing the .Item property on a null object would throw that exception.
Another issue may be the setter on either the .TransactionDataType property, or the .Item property. Usually though, it is something simple.
Collabroscape LLC [www.collabroscape.com]