XamlParseException Encountered

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
hithere
Posts: 7
Joined: Wed Oct 14, 2015 12:17 pm

XamlParseException Encountered

Post by hithere » Wed Mar 22, 2017 7:28 am

Hi,

I realised that very often, when i am in the debugger mode for quite some time before i initialise of the WPF chart, i will encountered the above exception with the details as follows, after i am done with debugging and continuing the execution of InitializeComponent():
"The invocation of the constructor on type 'Arction.Wpf.SemibindableCharting,LightningChartUltimate' that matches the specified binding constraints threw and exception."

with the stack trace as follows:
at System.WIndows.Markup.WpfXamlLoader.Load(...
at System.Windows.Markup.WpfXamlLoader.LoadBaml(...
at System.Windows.Markup.XamlReader.LoadBaml(....
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at TimelineWpf.InitializeComponent() in TimelineWpf.xaml

May i know what could be wrong and how to resolve the issue?

THank You in advance!

ArctionKestutis
Posts: 555
Joined: Mon Mar 14, 2016 9:22 am

Re: XamlParseException Encountered

Post by ArctionKestutis » Thu Mar 23, 2017 11:40 am

Hi,

XamlParseException is the generic error that happens when there is a problem at application start. You need catch the inner exception(s) which should help you determine the root of the problem. Below are few resources, which may help:
http://stackoverflow.com/questions/7802 ... eexception
http://geekswithblogs.net/lbugnion/arch ... 08728.aspx

All the best

Post Reply