You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for the lib, I am trying to use it but face a blocking issue.
Error `System.Exception: Failed to compile: Metadata file 'EntityFramework.dll' could not be found
↵ at DynamicOData.QueryFactory.Compile(Table table)`
Hello, thanks for the lib, I am trying to use it but face a blocking issue.
Line that throw the exception
DynamicOData/DynamicOData/QueryFactory.cs
Line 38 in e122a74
Possible solution
By default, EntityFramework.dll is not in the GAC, so this line should be
The text was updated successfully, but these errors were encountered: