I'm trying my application, but an error comes up saying 'XamlParseException was unhandled". This is what is showing in the error window:
Cannot create instance of 'Shell' defined in assembly 'myProgram, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Exception has been thrown by the target of an invocation. Error in markup file 'myProgram;component/Shell.xaml' Line 1 Position 9.
Here's my line 1 in Shell.xaml:
"Window x:Class="myProgram.Shell"