Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I moved membershiptables to my database by using aspnet_regsql.exe. Then I created a table named "Article" and needed to save the user id of the article`s author in "Article" table. So I added a column with name "Author" and type uniqueidentifier in "Article" table and then created a relation between two tables. Now I use Entity Framework so I created an edmx file. but when I want to retrieve any data from db there are errors like this :
C#
Schema specified is not valid. Errors:The relationship 'db.FK__aspnet_Us_Appli_173876EA' was not loaded because the type 'db.aspnet_Users' is not available. The following information may be useful in resolving the previous error: The required property 'Articles' does not exist on the type 'aspnet_Users'.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900