My main problem is, i want to create relationship between 2 tables.
In SQL Management studio i opened the 2 tables and created a relationship between them. Then, when i started to Generate a new model from the database in Visual Studio, everything works fine, but i can't see my new relationship. I've tried to make an association inside the Model.edmx between the two tables, it made a Foreign key inside the 'B' table (that i wanted to reach from 'A'), but after all Visual Studio is crying with an exception: InnerException "Invalid column name '' What am i doing wrong? Where should i see the relationships in Visual Studio Model Browser? Any other solutions for my problem?