Posted 14 December 2022, 6:42 am EST
It seems there is a difference to the path where this file is installed and the path where the samples search it.
The installation writes it to “C:\Users\USERNAME\Documents\ComponentOne Samples\WinForms\v6.0\Common”.
But the “FlexGridExplorer” sample uses a path built from:
Environment.GetFolderPath(Environment.SpecialFolder.Personal) + @“\ComponentOne Samples\Common”
Here C1 version “v6.0” is missing.
See also current source code: https://github.com/GrapeCity/ComponentOne-WinForms-Samples/blob/master/Core/FlexGrid/CS/FlexGridExplorer/Data/DataSource.cs
Best regards
Wolfgang