Skip to content
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

FileLoadException: Could not load file or assembly 'Microsoft.EntityFrameworkCore.DynamicLinq, Version=1.4.3.0, Culture=neutral, PublicKeyToken=974e7e1b462f3693'. Invalid pointer (0x80004003 (E_POINTER)) #829

Open
MKI-Miro opened this issue Jul 19, 2024 · 8 comments
Assignees
Labels

Comments

@MKI-Miro
Copy link

Hi

I am getting error after upgrade to .NET8.

I am only referencing this:
I also tried newest version. (same exception).
Error is thrown on gropBy on IQueryable

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.

@StefH
Copy link
Collaborator

StefH commented Jul 19, 2024

@MKI-Miro
please provide a full working example project to show this error

@StefH StefH self-assigned this Jul 19, 2024
@StefH StefH added the question label Jul 19, 2024
@MKI-Miro
Copy link
Author

This is extremly problematic because its realy big project :(

I hoped for any tip

@MKI-Miro
Copy link
Author

Isnt it weird that it wants Microsoft.EntityFrameworkCore.DynamicLinq in version 1.4.3 ?

@StefH
Copy link
Collaborator

StefH commented Jul 20, 2024

This is extremly problematic because its realy big project :(

I hoped for any tip

In order to analyze this error, I really need an example project which shows this issue.

@StefH
Copy link
Collaborator

StefH commented Aug 15, 2024

@MKI-Miro
Can you provide a full working example?

@StefH
Copy link
Collaborator

StefH commented Aug 21, 2024

@MKI-Miro
Can you provide a full working example?

@MKI-Miro
Copy link
Author

No I cant, I found workaround

@StefH
Copy link
Collaborator

StefH commented Aug 22, 2024

@MKI-Miro
Can you share that workaround? Or is it too specific for your implementation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants