Closed nguillermin closed 6 years ago
I'm getting a SqlException: Cannot open database "default" requested by the login. The login failed. while using the Initializer Sample. Can't find any login or password set anywhere in App.config or anything. Connection string is
SqlException: Cannot open database "default" requested by the login. The login failed.
<add name="localDbLayer" connectionString="data source=app.db;" providerName="System.Data.SQLite.EF6" />
I'm assuming I'm missing a default setting somewhere? There is no database created at all.
You can close this, I was using the wrong base name/wrong name in App.config. I have a different error now, but that would be a different issue.
I'm getting a
SqlException: Cannot open database "default" requested by the login. The login failed.
while using the Initializer Sample. Can't find any login or password set anywhere in App.config or anything. Connection string isI'm assuming I'm missing a default setting somewhere? There is no database created at all.