I started a project with netTiers (build 699) using .NET 2.0 and EntLib 2. This was my first project using netTiers, but it seems to have been working great.
I then regenerated the whole solution, including the website project, with .NET 2.0 and EntLib 3.1.
It seems it was regerenated without the EntityIdSource properties.
So if I had a User object with RoleId and RoleIdSource properties, now only the RoleId property is there.
This also affects the typed DataSources, because all the properties that showed up in the <data:XyzProperty Name="???" /> have also disappeared with it.
Any ideas how why this might happen or what I can do to restore those properties?