Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

connectionstring error #47

Open
samarmir opened this issue Oct 24, 2017 · 1 comment
Open

connectionstring error #47

samarmir opened this issue Oct 24, 2017 · 1 comment
Labels

Comments

@samarmir
Copy link

For some reason this project cannot run the dotnet ef database update Localization --context localizationModelContext
It gives an error Keyword not supported: 'initial catalog'. or Keyword not supported: 'server' according the connectionstring you use.

"ConnectionString": "Server=(localdb)\mssqllocaldb;Database=LocalizationDb;Trusted_Connection=True;MultipleActiveResultSets=true"

"providerName": "System.Data.SqlClient"

"ConnectionString": "Data Source=(localdb)\mssqllocaldb;Initial Catalog=LocalizationDb;Trusted_Connection=True;MultipleActiveResultSets=true",
"providerName": "System.Data.SqlClient"

@damienbod
Copy link
Owner

damienbod commented Oct 29, 2017

@samarmir This looks like a breaking change in the EF Core migrations. The factory designer class is now required.

@damienbod damienbod added the bug label Oct 29, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants