Hi all, I'm trying to get a DataSource from.NetTiers. I've read the posts in this forum and followed some suggestions. Here is how everyone suggested: TList<Cities> cityList = DataRepository.CitiesProvider.GetAll(); DataSet ds = cityList.ToDataSet(false); //when I set this to true, it gives...