I'm using the QB and C# example found on this site. I've been able to get the list of customers to show just fine. The list of all items says that the instance is not set.
I've narrowed it down to this line of code.
IItemInventoryRet itemInventoryRet = itemRet.ItemInventoryRet;
Any idea why it would say its not set to an instance?