opennos does not update database...

02/11/2017 19:26 blacksystem1990#1
So I open the project on VS2015, check OpenNos.DAL.EF
Go over packet manager of NuGet, type update-database, and this is the result:

No migrations configuration type was found in the assembly 'OpenNos.DAL.EF'.

What?
Can I have some help?
02/11/2017 19:37 Fizo55#2
Relaunch visual studio
02/11/2017 23:37 SindonyX#3
You need to enable migrations for the project. You can do this by running Enable-Migrations in the NuGet console (make sure you have the right project selected - OpenNos.DAL.EF)
02/12/2017 02:10 blacksystem1990#4
Quote:
Originally Posted by SindonyX View Post
You need to enable migrations for the project. You can do this by running Enable-Migrations in the NuGet console (make sure you have the right project selected - OpenNos.DAL.EF)
Nope... Result:

Code:
PM> Enable-Migrations
No context type was found in the assembly 'OpenNos.DAL.EF'.
Still cannot do anything
02/12/2017 02:21 SindonyX#5
Quote:
Originally Posted by blacksystem1990 View Post
Nope... Result:

Code:
PM> Enable-Migrations
No context type was found in the assembly 'OpenNos.DAL.EF'.
Still cannot do anything
Try whith this: uptade-Package EntityFramework or Install-Package EntityFramework