TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
2.1k
472.5k
No DbContext was found in assembly. Ensure you using correct
Aug 3 2020 4:39 AM
enable-migrations
Both Entity Framework Core and Entity Framework 6 are installed. The Entity Framework Core tools are running. Use
'EntityFramework\Enable-Migrations'
for
Entity Framework 6.
Enable-Migrations
is
obsolete. Use Add-Migration to start
using
Migrations.
PM> add-migration
cmdlet Add-Migration at command pipeline position 1
Supply values
for
the following parameters:
Name: Registration
Both Entity Framework Core and Entity Framework 6 are installed. The Entity Framework Core tools are running. Use
'EntityFramework\Add-Migration'
for
Entity Framework 6.
Build started...
Build succeeded.
The EF Core tools version
'3.1.3'
is
older than that of the runtime
'3.1.6'
. Update the tools
for
the latest features and bug fixes.
Hi Team
I need some help i cant execute my Add-Migration i often get this error every time. How do i resolve this
Reply
Answers (
3
)
Change backcolor of a dynamically created button by another button
About Download code in mvc