EFCore CodeFirst 產生資料庫可能常遇到的怪問題_More than one DbContext was found._An error occurred using the connection to database
More than one DbContext was found. Specify which one to use. Use the '-Context' parameter for PowerShell commands and the '--context' parameter for dotnet commands.
這代表專案可能包含兩種資料庫上下文的Class (繼承自DbContext的衍生類別)
若專案有用到Identity也算一種
這時就要多串-context 指定相應DbContext子類名稱
An error occurred using the connection to database '{資料庫名稱}' on server 'localhost'.
這代表資料庫連線配置錯誤喔!!
留言
張貼留言