I have been attempting to create a webservice using LLBLGen Pro. I can create a function that returns an EntityCollection, and I can get a windows application to consume it (after I fix reference.vb). However, when I add a function that returns a typed list, I get a runtime error:
You must implement the Add(System.Object) method on SIMSWebDAL.TypedListClasses.PremiseCityTypedList because it inherits from IEnumerable.
Is this because XmlSerializable was only added for entities and entityCollections? More importantly, is there a way to get past this?
Thanks,
David