MovieAngularJSApp icon indicating copy to clipboard operation
MovieAngularJSApp copied to clipboard

Error:A relational store has been configured without specifying either the DbConnection or connection string to use

Open petervn opened this issue 9 years ago • 0 comments

Error:A relational store has been configured without specifying either the DbConnection or connection string to use Resolve : in MoviesAppContext.cs add protected override void OnConfiguring(DbContextOptions options) { options.UseSqlServer(" Server=(localdb)\mssqllocaldb;Database=MoviesDatabase;Trusted_Connection=True;MultipleActiveResultSets=true"); }

petervn avatar Apr 11 '15 15:04 petervn