Hey guys im trying to setting up an ON based nostale server just for testing purposes.
If i run the master server i get a database error.
Im using this source (ciapas)
Code:
[09:17:35][ERROR][Initialize]: [DATABASE_INITIALIZATION]Database Error
System.InvalidOperationException: The model backing the 'OpenNosContext' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269).
at System.Data.Entity.CreateDatabaseIfNotExists`1.InitializeDatabase(TContext context)
at System.Data.Entity.Internal.InternalContext.<>c__DisplayClassf`1.<CreateInitializationAction>b__e()
at System.Data.Entity.Internal.InternalContext.PerformInitializationAction(Action action)
at System.Data.Entity.Internal.InternalContext.PerformDatabaseInitialization()
at System.Data.Entity.Database.Initialize(Boolean force)
at OpenNos.DAL.EF.Helpers.DataAccessHelper.Initialize() in C:\Users\Administrator\Desktop\OpenNos-dev\OpenNos.DAL.EF\Helpers\DataAccessHelper.cs:line 78
[09:17:35][ERROR][Initialize]: [DATABASE_INITIALIZATION]Database may not be up to date. Please consider updating your database.
Im pretty sure ive setted all up correctly but i havent any clue how to fix this.
Thanks for any help.