System.Linq.Dynamic.Core
System.Linq.Dynamic.Core copied to clipboard
FileLoadException: Could not load file or assembly 'Microsoft.EntityFrameworkCore.DynamicLinq, Version=1.4.3.0, Culture=neutral, PublicKeyToken=974e7e1b462f3693'. Invalid pointer (0x80004003 (E_POINTER))
Hi
I am getting error after upgrade to .NET8.
I am only referencing this: <PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.14" /> I also tried newest version. (same exception). Error is thrown on gropBy on IQueryable<T>
FileLoadException: Could not load file or assembly 'Microsoft.EntityFrameworkCore.DynamicLinq, Version=1.4.3.0, Culture=neutral, PublicKeyToken=974e7e1b462f3693'. Invalid pointer (0x80004003 (E_POINTER))
TypeInitializationException: The type initializer for 'System.Linq.Dynamic.Core.Parser.PredefinedTypesHelper' threw an exception.
Any suggestions?
Thank you very much.