- Home /
Unable to resolve System.Data.dll, System.Data.DataSetExtensions.dll error while building Unity HoloLens Application
I'm trying to use Datatables, DataColumns, DataRows in my HoloLens Application. I 'm able to build the solution in Visual studio while I'm getting build erros when trying to build in Unity.
Thing I have tried to resolve: Tried to add all the available versions of System.Data.dll in the system but no luck.
If anyone faced same issue or able to resolve the issue please help me.
Answer by bunnynsnake · Apr 17, 2018 at 06:55 PM
https://answers.unity.com/questions/1075146/referencing-systemdatadatasetextensionsdll.html
best of luck
@bunnynsnake Thank you for the quick response!! I have tried that solution too, by copying dll's from Unity\Editor\Data\$$anonymous$$ono\lib\mono\2.0 path but still no luck. error still appears during the build.
Can you post a screen shot or a snip of the exact code that is co$$anonymous$$g up?
Your answer
Follow this Question
Related Questions
Facebook Build Errors 0 Answers
Namespces not found though they are listet in references 1 Answer
Why can't I build Web Player in Unity while I have no problems with building standalone versions? 2 Answers
Using SerializedObject in a build 1 Answer
How can I stop the variable values reverting to its default values after being built? 1 Answer