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 8509187
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T03:22:00+00:00 2026-06-11T03:22:00+00:00

I have a legacy EF 4 library with a database-first generated ObjectContext with EntityObjects.

  • 0

I have a legacy EF 4 library with a database-first generated ObjectContext with EntityObjects. I’d like to slowly migrate to using DbContext and am in need of some guidence.

One of the overloads for DbContext takes an existing ObjectContext. I thought this would allow me to wrap my existing ObjectContext in a DbContext and expose my existing EntityObjects through IDbSet properties. Unfortunately, when creating the DbContext, the IDbSet properties are not created and instead an exception is thrown with a message of: “Verify that the type was defined as a class, is not primitive, nested or generic, and does not inherit from EntityObject.”

Is there no way to use a DbContext with IDbSet exposing an existing ObjectContext and EntityObjects? It seems strange that I can create a DbContext with an ObjectContext, but not expose the entities themselves.

Here’s some sample code:

public class MyDbContext : DbContext
{
    public MyDbContext(MyObjectContext objectContext, bool dbContextOwnsObjectContext)
        : base(objectContext, dbContextOwnsObjectContext)
    {
    }

    public IDbSet<Person> People { get; set; }
}

The exception is caused by the DbContext trying to create the IDbSet. Person is an EntityObject from my existing EDMX.

  • 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-06-11T03:22:02+00:00Added an answer on June 11, 2026 at 3:22 am

    As you noted, you cannot use the existing entity objects that the edmx created.

    Have you considered using the Reverse Engineer Code First power tools?

    I’ve used them in several projects, and its simple as pointing it at your database, it generates the model in the same project, and then removing the edmx file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an MFC application (using a legacy library that I can't change). When
I have a legacy C++ module that offers encryption/decryption using the openssl library (DES
I have some legacy Symfony 1.4 projects which I'd like to enhance with a
I have legacy C# code and I am using Visual Studio 2008. I am
I have one legacy web application based on struts2 (primarily using annotation). While debugging
I have a legacy C library, written in an OO type form. Typical functions
I extend upon a legacy library which accesses files on the harddrive. I have
I have a legacy delphi dll. I created a class library that imports the
I'm building an Objective-C wrapper for a nasty legacy C-library. Assume I have two
We have an internal Java library, that for legacy reasons, needs to be compiled

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.