- Home /
System.Linq.Dynamic not found
Hello, I am trying to use the c# 6 method:
System.Linq.Dynamic.DynamicExpression.ParseLambda()
Though i get the error:
The type or namespace name 'Dynamic' does not exist in the namespace 'System.Linq' (are you missing an assembly reference?)
My API compatibility level is set to .NET 4.x, my Platform is Windows. Scripting Backend is IL2CPP.
Edit:
Similary,
System.Data.Entity
can't be found...
Answer by Fressbrett · Jun 19, 2020 at 07:58 PM
Found a solution. One needs to manually import the assembly .dll into Assets/Plugins.
https://answers.unity.com/questions/965867/cant-find-systemdata.html
Your answer
Follow this Question
Related Questions
How to select certain Elements in a list using LINQ-methods? 3 Answers
Accessing local system ( File Browser ) 2 Answers
No Autocomplete in monodevelop with unity 5.5.0f3 1 Answer
UnityVS 1.8 possible bug with XML.Linq 1 Answer
System.Data.dll Assembly reference problem when built as webplayer 2 Answers