typedlists error

Posts   
 
    
c_pousson
User
Posts: 12
Joined: 03-Jul-2008
# Posted on: 04-Aug-2008 22:51:23   

OK, so I have attempted to make a typedlist in the designer and I am running into an issue I have a table that has this definition:

waterway

waterwayID boatID LocationID

and Location


locationID description

in my typedlist I use the fields waterwayID,BoatID and the description from location

using build 2.0 my code looks like this:


WaterwaysTypedList waterway = new WaterwaysTypedList();
da.FetchTypedList(waterway.GetFieldsInfo(), waterway, null, 0, null, true);

and Im getting this error: The given key was not present in the dictionary.

Im not sure what I am doing wrong. Any help would be appreciated.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 05-Aug-2008 03:10:52   

First please update to the latest v2.0 release, regenerate code and test again.

If the problem persist please post essential info: - Exact exception message - Stack trace - Any additional info we should know (inheritance?, custom modifications to the entities/typedlists?, etc.)

David Elizondo | LLBLGen Support Team