I have added aspnet_Users, aspnet_Roles, aspnet_UsersInRoles to the EDM designer using the option 'Generate model from database' and it created the aspnet_Users and aspnet_Roles as entities but created the aspnet_UsersInRoles as an association which is fine as it consists both of its columns as foreign keys to the aspnet_Users and aspnet_roles. But if you update the database using this model then it changes the aspnet_usersInRoles columns to aspnet_Roles_RoleId and aspnet_Users_UserId and the UserRegistration Service will throw an error while adding the users to the roles and says Invalid UserId and RoleId columns.
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results
Please wait...