Possible Duplicate:
1:1 relationship problems with EF Model First
Is there a way to define 1:1 relationships on a Entity Framework .edmx without get this annoying:
Error 1 Running transformation: Multiplicity is not valid in Role 'PESSOACPF' in relationship 'FK_CPF_PES'. Because the Dependent Role properties are not the key properties, the upper bound of the multiplicity of the Dependent Role must be *.
Already defined the FK as PK on my table, removed the pk, tried to re-create the project over 10 times and doesn't help AT ALL.