-
Notifications
You must be signed in to change notification settings - Fork 381
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
Could not load file or assembly #825
Comments
Pomelo's provider does not yet support EF Core 3.0. |
Brilliant, thanks. I'll await for the update. |
This is using branch 3.0? |
This suggests that you are using the last official release, which is this one: It is compatible with EF Core 2.2 but not with EF Core 3.0. For EF Core 3.0 compatibility, you could clone and build from the Also, it should be possible to use .NET Core 3.0 with EF Core 2.2 and Pomelo's MySQL 2.2.0. |
Yeah for some reason I have cloned the branch and built but it's throwing another error up. I have also tried using SQL with Entity Framework and I get the above error still. |
You can provide us with a test repo, if you like. I will take a look at it. |
I have added you into the repo @lauxjpn and created an issue with some links https://github.com/lsvMoretti/Los-Santos-V/issues/12 |
This issue is unrelated to us. I will close it therefore. |
@lauxjpn I seem to be getting this error now
|
This is also using the 3.0.0 wip branch as well as stable 2.2.0 |
The message seems to indicate, that you are using .Net Core 3.0 with EF Core 3.0 and Pomelo.MySql 2.2.0, which is not supported. However, the following is a working scenario with .Net Core 3.0 (established in #797 (comment)):
You could also just use the dependencies from the project file content I first posted to the issue thread we were working in. It uses the exact setup talked about in #797 (comment) . |
If the problem persists, post us your project file content or all |
Please see this issue, I am not sure on how to get this resolved. I am using the latest version of .net core 3.0 SDK (RC1), Pomelo for EF. When recently updated, my project has stopped working. No code has been changed.
https://github.com/dotnet/coreclr/issues/26791
The text was updated successfully, but these errors were encountered: