I just updated my code from 2.0 to 3.1 and found the webmethod that is used to return
typedlist/typedview now returns dataset/datatable. And the samething happends to entity and entitycollection.
I have a web application with EDMZ, IDMZ and WS. The WS uses the dll generated by LLBLGen and IDMZ calls WS. EDMZ retrieves data from IDMZ.
The system works fine in LLBLGen pro v2.0 with framework 2.0 but not LLBLGen pro v3.1 with framework 3.5.
I only updated the code from LLBLGen 2.0 to 3.1 and keep all other code intact.
Conversion of the code from LLBLGen pro 2.0 to 3.1 is done successfully. The problem is when you use it in the web service. The reference.cs which is auto-generated changed all Entity, Entity Collection, TypedView and TypedList to dataset.
For your information, I am using VS 2010 C# with framework 3.5 and The LLBLGen pro v3.1.
My question is Why VS 2010 cannot understand LLBLGen pro's code when generating web proxy server for the web service?