Should simply dragging the .cs file onto its .xaml file re-associate the two files for a xaml page, if they somehow become discombobulated? I'm not sure why, but after trying to open a XAML page, Xamarin Studio Solution Explorer just disassociated all of my xaml pages, with their corresponding code-behind files. In the past, I stopped using XAML in XF projects, in part, because, it was slowing me down when I needed to unload/reload a xaml page. (Or something like where the attached picture shows my current project with everything automagically disassociated.) When this would happen, messing with xaml, months ago, dragging/dropping the .cs onto the .xaml, in the Solution Explorer, didn't seem to help. I had to delete and re-create the files, to get XS to build the solution again. Should I really have had to delete/add, or is drag/drop expected to work?
↧