Hi!
I'm using SfChart to draw graphs and I have a problem with dll references.
I just need that control, so I copied from syncfusion installation directory the required DLL, with his related folder, into my project folder. Then I referenced, from Visual Studio 2015, that dll into my csproj.
The problem is that when I run the application I keep having an XAML exception that says that he can't find some .Xml file, as Legend.xml.
Why I copied the file into my directory project instead of referencing it directly from the syncfusion installation folder? Because I upload this project to TFS and in my other computers I don't want to install syncfusion essential studio, I would like the project to have everything inside.
What can do?
Thanks!