The first random exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll
Additional Information: "Calling the constructor of type 'filehelpertest.MainWindow', which matches the specified binding constraints made an exception." Line number "3" and line position "9".
Hello everybody,
I am new to FileHelpers.
I did a minimal WPF project in VS Express 2013 to isolate this issue. The code is copied from the Quick Start for Split Files section in FileHelpers documents.
I tried to reference 3 different versions of FileHelpers.dll (2.0, 1.1, Mono1.2), and I tried to restart. But I do not see any effect. Something must be really simple, I have no right right?
Or does FileHelpers not work for newer versions of .NET?
Thanks!
using System; using System.Collections.Generic; using System.Text; using System.Windows; using System.Windows.Controls; using FileHelpers; namespace filehelpertest {
source share