This error keeps occurring in each version of this application. It happened this time when I added a grid to the app. In other instances it appears when I upgrade the version of Devexpress. Could you shed some light on what is happening and the way to fix it?
System.Windows.Markup.XamlParseException occurred
HResult=0x80131501
Message='Set property 'DevExpress.Xpf.Core.DataSources.DataSourceBase.Path' threw an exception.' Line number '22' and line position '13'.
Source=<Cannot evaluate the exception source>
StackTrace:
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at OGRoyalities_V._009.MainWindow.InitializeComponent() in D:\Development\DevExpress\OGRoyalties\OGRoyalities V.009\OGRoyalities V.009\MainWindow.xaml:line 1
Inner Exception 1:
InvalidOperationException: Sequence contains no matching element
Hello,
Would you please describe the issue and your scenario in greater detail? Where are you trying to use GridControl? How do you bind its source? What type of source are you using?
Thanks,
Kirill