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.
Answers
beginer
342
Points
91
Posts
|
Seems, multiple db contexts are there in your application code. Please review and remove any other db context.
Posted On:
05-Apr-2023 23:12
|
sw
34
Points
12
Posts
|
Resolved issue by removing extra DBContext class.
Posted On:
07-Apr-2023 00:13
Thanks for sharing solution. - Rahul Maurya 07-Apr-2023 01:02
|