System.IO.IOException: Too many files opened.
In the PCL project I am using XDocument.Load(filePath) to read Xml files,
It's used with a click event with shapes, and seems to have no correlation with the number of times XDocument.Load is called.
I found that the exception is coming from XmlReader.Create()
There are no issues when using this with UWP.
I've searched everywhere for a solution to this issue, with no luck.
Has anyone else ran into this issue, or knows of any solution to fix this issue?
Thank you,
Garrick