Relative Content

Tag Archive for c#asp.net-mvcexceptiondbcontexttracker-enabled-dbcontext

Unable to create Migrations in MVC

Trying to create a simple database in MVC using DbContext and DbSets. MVC has EntityFramework already installed so i tried to Enable-Migrations(yes, i know its automaticall set to true, or so ive been told), I tried to Add-Migration Initial and i always get the same exception thrown. “Exception has been thrown by the target of an invocation.” there is a huge message above it and if needed ill provide it.