Im new to the MVVM Pattern, i think this question willbe rather easy for you guys.
I created a new wpf project so far and added 3 folders(model, view, view model). I dragged and dropped the mainwindow.xaml file into the view folder and added a button to the xaml so far. At Runtime i get an error cant find "mainwindow.xaml" reference or something like that. I think i just have to set the path to that file somewhere but i dont know where.
thanks for your help.