System.Windows.Markup.XamlParseException’ occurred in PresentationFramework.dll?
This is not a problem with XAML. The error message is saying that it tried to create an instance of DVRClientInterface.MainWindow and your constructor threw an exception. You will need to look at the “Inner Exception” property to determine the underlying cause. It could be quite literally anything, but should provide direction. An example would … Read more