작성
·
309
0
강의대로 DB를 생성하려는 순간
------------------------------
db.Database.EnsureDeleted();
db.Database.EnsureCreated();
해당 부분에서 아래의 에러가 발생됩니다. ㅠ
System.InvalidOperationException: 'A relational store has been configured without specifying either the DbConnection or connection string to use.'
어떻게 해결해야 하는지요?