I'm working with a MVC4 Project (Code first). This solution contains two projects, and projects share a unique database. I have done a class library with clases POCO and the two projects reads of these class libraries. There are one dbcontext in each Project, but not all clases are included in the two Project. For example, there are clases of simplemembership and one of projects is running with active directory permissions and there are some clases that only are used in one project. I want to do Code first migrations, but I don´t know how Can I do it, because allways detects pending changes and one Project apply changes on database that are not compatible with the other project.. Is it a solution to copy the same content of DBContext for two projects and initialize allways all the library classes? or exists a better solution? Thanks.
Migrations in code first for a solution with multiple projects and one Database
480 Views Asked by user2707142 At
0
There are 0 best solutions below
Related Questions in MIGRATION
- How Do Schema migration in mongoose & mongodb?
- WPF Windows Initializing is locking the separated thread in .Net 8
- Migrate data from MySQL to PostgreSQL In Azure
- migrate error : ...No migrations to apply
- After upgrading Alfresco from 5.2 to 7.2 getting failed to initialize keystore error. Our old repository is in Alfresco 5.2
- Convert Neoload script to LoadRunner script
- Migration of UseOAuthAuthorizationServer from .Net Framework to .Net8
- Migrate multiple notebooks from current environment to new environment
- How to Generate a Migration Script in the Azure DevOps
- C# Project Coding
- Blazor hybrid cant add migration
- Migrate from SAML extensions to SAML service provider and spring security
- Ejabberd Migration from 23 to 24
- unable to upload Paginated report
- Android Studio could not build Flutter App APK after migration
Related Questions in ENTITY-FRAMEWORK-MIGRATIONS
- How to configure two ManyToMany relationships and avoid MultipleCascade Problem?
- Why does using Microsoft.EntityFrameworkCore.Design in Version 8.0.3 results in failure when run migration with dotnet ef from .NET 8?
- Is it possible to generate database-agnostic migrations with Entity Framework?
- Update-Database error: The certification chain was issued by an untrusted entity. (True Solution?)
- How to perform code first approach on visual studio 2022 in MacBook m1
- Running dotnet ef migrations add InitialCreate with Postgres on Mac, I get a build failure
- Migration problem with immutable complex type entity for Entity Framework Core 8
- Generating an EF Core migration script errors for missing .deps.json file
- Azure Devops EF Core migration script GUID PK error
- How to solve issues with deploying EF Core Migrations in an Azure YAML Pipeline task?
- EF Core migration issue: modifying stored procedures for table changes in .NET 7
- Entity Framework Core 8 : mapping a complex namespace of types (non-interface reference type error)
- .NET Core 8/ Blazor issue: cannot create an Entity Framework Migration
- How do I release an Entity Framework Core migration bundle in Azure Devops using Workload Identity Federation to authenticate to the database?
- Failed to create an editor. Exception from HRESULT: 0x80070057 (E_INVALIDARG)
Related Questions in PROJECTS
- Can't see items from one project in another C#
- Separate IntelliJ settings for projects
- Should I Use Multiple Targets or Separate Xcode Projects?
- How to compile a C++ File without making a project in Visual Studio 2017?
- Project Online read-only Error
- How to get my projects back on the "projects" window after clicking "close all projects" in file tab?
- VSTS Workflow for Microservices / Share Service Endpoints
- Search functionality in Github/Repo/Projects
- Organize Eclipse Projects
- All about C memory management
- run several .py file with local packages
- Merge two project with GIT
- SBT dynamic project dependency based on command line argument
- How to compile and run a C file in CodeBlocks which is outside a project?
- linux directory location best practices for software development
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?