manaszon Posted February 3, 2019 Posted February 3, 2019 (edited) Hello guys! I have a problem with assemblies, and I don't really know why. So the problem is that when I start the server, I get no errors, but I get bunch of them in server-exception.txt file. Errors like this: ==================[2019. 02. 03. 1:07:33]================== System.IO.FileNotFoundException: Could not load the specified file. File name: 'Microsoft.EntityFrameworkCore.resources' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) ========================================================= ==================[2019. 02. 03. 1:07:37]================== System.ArgumentException: Field 'Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor+TransparentIdentifier`2[RiteMOD.VehicleModel,System.Collections.Generic.IEnumerable`1[RiteMOD.Szin]].Inner' is not defined for type 'Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor+TransparentIdentifier`2[RiteMOD.VehicleModel,RiteMOD.Szin]' at MemberExpression System.Linq.Expressions.Expression.Field(Expression expression, FieldInfo field) ========================================================= I don't know what the problem is. I have all of the required dlls in my runtime folder, and their version is 2.2 (I'm using .NET Core 2.2). I tried to use .NET Core 2.0 with v2.0 dlls, but that didn't work either. I'm using the latest Bootstrapper.dll (v0.3.7). Full log (96 lines):https://pastebin.com/vWrdbnrpmanaszon Edited February 3, 2019 by manaszon
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now