I have been trying to fill a FormView with an entity created from a view. I am able to retrieve entity information (fetching from an adapter) just fine, but I am not able to get it to work as a DataSource for a FormView or DataGrid (nothing is populated). I have also tried a TypedList with the same results.
I realize this is a pretty vague description, I'm just hoping someone has run into the same problem because it is probably something obvious I am overlooking... What I have tried is to: (1) create the view in SqlServer (2) add it to the LLBLGen project (3) add view as entity and choose primary key (4) update code (5) cry
Please let me know if anyone has any ideas or needs a better description.