-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net 4 does not work. #13
Comments
Hello Harel Thank you for your contribution!
I tried your app.config which also worked for me. Greetings Marc |
It's probably something I did after updating the Nuget package references along with the altered "bad" app.config. Thanks a lot for all the hard work and quick response. |
Okay, I'll add a note to the readme file. Yes since today :) but currently only for .NET 4.5. I'm going to include the link to the NuGet Package into the readme file as well. |
In-Memory Database Connection In web.config / app.config
... (added to this issue because the issue is currently being linked to from the Hint section of the project README.md file; developers will likely reference this area for helpful configuration info) |
First of all great project, This is very much needed to SQLite-EF users!
As mentioned in other issues when downgrading to .Net 4 the code breaks due to App.config changes.
However, using the same App.config from here will not work either.
After a few trials and errors I have managed to make it work.
Below is the final app.config that worked for me.
Can you add steps to overcome this issue in the Readme.md file so that other may use it as well.
(I think the only difference is in the connections string)
Thanks,
Harel M.
The text was updated successfully, but these errors were encountered: