Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6127543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:31:20+00:00 2026-05-23T16:31:20+00:00

I want to add the user in Users table with Entity Framework. I added

  • 0

I want to add the user in Users table with Entity Framework.

I added all the references viz.

this.UserRolesReference.EntityKey = new System.Data.EntityKey("KEntities.UserRoles", "UserRoles", roleID);

this.OfficeMasterReference.EntityKey = new System.Data.EntityKey("KEntities.OfficeMaster", "SROCode", SROCode);

this.UserDesignationsReference.EntityKey = new System.Data.EntityKey("KEntities.UserDesignations", "UserDesignations", designationId);

When I do this

context.AddObject(this.GetType().Name.ToString(), this);[ this is object of Users]

it gives me an error

The object could not be added or attached because its EntityReference has an EntityKey property value that does not match the EntityKey for this object.

The Users table has only relationship with UserRoles , UserDesignations and OfficeMaster

Still in the KModel.edmx file under Users table in the Navigation Properties it shows CustomPermissions, UserLog

CustomPermissions and UserLog have an association with Users but I am not inserting any values into them.

Thank you in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T16:31:21+00:00Added an answer on May 23, 2026 at 4:31 pm

    In Entity Framework, you are not supposed to change or set RoleID manually, instead you must set the navigation property and RoleID will be correctly updated.

    Role adminRole = GetTheAdminRole(); // get instance of Role
    
    User newUser =new User();
    
    context.Users.Add(newUser);
    newUser.Role = adminRole;
    
    context.SaveChanges();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have dbml with single table users i want add partial class for User
I want to add a user in users table via link like '/index/adduser/id/7' .
How do I programmatically add user permissions to a list in Sharepoint? I want
I want to add text to speech user guided instruction to my applications. Where
I want to add a property to my User model that returns the number
In my ASP.NET MVC application I want a user to add a value into
I am very new to the ADO Entity Framework, and I'm looking for the
I am new to Entity Framework, and ORM's for that mather. In the project
I'm attempting to add a property in a partial class to an entity framework
I'm not sure if this is possible with the Entity Framework but I'm duplicating

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.