To start off I am new to WPF.
I created a WPF application with a main xaml page some classes and some other pages which i open in contentpresenters. My proplem started when i decided to arganise the classes and xaml pages into folders in my solution explorer.
I moved my xaml pages into a newly created folder called pages. The aplication stopped running and gave errors. I then moved them back and i am still getting errors. all the errors are whereever i have used Me to refer to the page i am working an and they all read Value of type '....' Cannot be converted to '.......'
I have found some blogs saying that the classes are referenced twice but have no idea where to go to solve this problem. Has anyone ever come accross the same problem and how does one 'Fix' this.
VB had no problems with moving winforms, modules and classes into folders but it seems like the xaml pages does not like this at all.