I've been developing a windows phone app in a team since June. Everything worked fine with all the syncs until today. I synced the project and vs started giving me the errors
- "WindowsPhoneApp.MainPage" does not contain a definition for InitializeComponent (and in all other pages, even App)
- The name "controlName" does not exist in the current context (this happens in all the pages)
I didn't change anything, it worked fine yesterday. Classes names on XAML match the names in code-behind.
I've tried exited all vs instances but the problems are still there.