C# MVC with Entity Framework Database Initializer failing
Im working on a website as a leaning tool and have run into an issue where entity framework fails to set the database initializer. This is the error I am getting: System.InvalidOperationException HResult=0x80131509 Message=Failed to set database initializer of type ‘WhatsInStorage.DAL.DatabaseInitializer, WhatsInStorage’ for DbContext type ‘WhatsInStorage.DAL.DatabaseContext, WhatsInStorage’ specified in the application configuration. See inner exception… Read More C# MVC with Entity Framework Database Initializer failing