hi,
I got v2.0 llbl gen project. I successfully converted that to v3.0 llbl gen project. when I tried to validate the v3.0 project its giving following error.
The entity 'xxxx' is mapped on to the target 'dbo.xxxx' however 'xxxx' doesn't have any identifying field set , while the target is a table. when an entity is mapped onto a table, it requires at least one identifying field.
After doing some debug i found that the table had no primary key. So I defined one column(id) as identifying fields using designer. I got the following error.
Mapped Target - The isNullable flag on target field 'dbo.xxx.id' is set to 'True' while the IsOptionalFlag of the mapped field 'id' is set to 'False'.
Unfortunately the table doesn't have any not null columns to define identifying fields. Earlier v2.0 project allows these types of table to add to project . So I used those table entities In my application. now v3.0 is not allowing..So i can't use those table entites in my web application. But I need those.. Please help me out.
thanks in advance,
kalyan.