Cannot create instance of 'Window1' defined in assembly 'WpfApplication1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Exception has been thrown by the target of an invocation. Error in markup file 'Window1.xaml' Line 1 Position 9.
how do i solve this issue?
line 1 of my window1.xaml file:
<Window x:Class="WpfApplication1.Window1"