aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
150 stars 57 forks source link

Update-Database does not work as suggested in Template error page #627

Closed HaoK closed 8 years ago

HaoK commented 8 years ago

When accessing database after create a new Individual Auth Web App, error page shows:

In Visual Studio, you can use the Package Manager Console to apply pending migrations to the database: PM> Update-Database

This actually does not work by default, either this text should be removed, or something needs to be fixed?

phenning commented 8 years ago

EF is responsible for the content of this page, it is not coming from the template,

HaoK commented 8 years ago

I'll move this to EF, thanks

HaoK commented 8 years ago

https://github.com/aspnet/EntityFramework/issues/5840