Cannot update OpenNos.DAL.EF

03/24/2018 17:29 Riuduro#1
When i write in NuGet Console update-database it always say:

Using StartUp project 'OpenNos.Login'.
The project 'OpenNos.Login' failed to build.

The Project is set on OpenNos.DAL.EF
Have anyone a idea what i´m doing wrong?
03/24/2018 18:56 Modix#2
Config the app.config in every file
10/03/2018 18:44 Singleplayer™#3
#push bc same error ^^
10/03/2018 19:30 Saber none#4
Quote:
Originally Posted by Singleplayer™ View Post
#push bc same error ^^
have you allready tried to rebuild the projekt ...?
10/03/2018 19:51 Singleplayer™#5
tried everything already .... now i try it with vs2017 .... lets see

#edit
vs2017 works lul , vs2015 = error

#edit2
now i get missing metadata errors , i try the solution with asp.net now, then i edit here again

#edit3
asp.net solution works , so if anyone get this error too , just install asp.net stuff from visual studio installer!

#edit4....
for everyone who gets the metadata while starting login/world or master server ... install the entity framework (how? : right click on solution , config nuget , search for entity and install it for all...)

and the last error i found today .... when the master server crashes just run this one as admin ....

i hope i am done with errors for today -.-
10/03/2018 20:22 erixor#6
Quote:
Originally Posted by Singleplayer™ View Post
tried everything already .... now i try it with vs2017 .... lets see

#edit
vs2017 works lul , vs2015 = error
Welcome to 2018 lol, that's pretty obvious that a 3 years old software is deprecated ...
10/04/2018 04:36 0Lucifer0#7
Maybe this is why the readme say 2017...
Also just in case : opennos doesn’t work on windows 3.0
10/04/2018 16:15 redbull2905#8
Select opennos.Dal EF do the command Add-Migration Aphrodite and Update-Database
10/04/2018 20:57 0Lucifer0#9
Quote:
Originally Posted by redbull2905 View Post
Select opennos.Dal EF do the command Add-Migration Aphrodite and Update-Database
If he doesn’t change the database why would he need a dB migration...
10/05/2018 12:29 Singleplayer™#10
Quote:
Originally Posted by 0Lucifer0 View Post
If he doesn’t change the database why would he need a dB migration...

true ... only if u change something like stacks size to 32k , then u have to do , migration , bc u changed the data type from (dont know anymore) short -> int , which needs the db too

if i am wrong pls write why ....