I followed this post step by step but when I’m running it and enter to the view I created I get:
Model compatibility cannot be checked because the database does not contain model metadata. Ensure that IncludeMetadataConvention has been added to the DbModelBuilder conventions.
I dont know how to deal with it because I add Database.SetInitializer at the application_start and in the initializer I inherit DropCreateDatabaseIfModelChanges class, what am I missing?
Did you actually have the db created? Drop the db first to ensure its not there and let it create it and the proper model data should be initialized.