I got project, named Perfect. VS 2012 Ultimate, all updated.
I got a window with xmlns:Properties="clr-namespace:Perfect.Properties"
in the header
I keep getting error:
The name "Settings" does not exist in the namespace "clr-namespace:Perfect.Properties".
Project compiles, builds and runs fine though. What the hell is with my visual studio?
I got another solution, from which I simply copied the code, there is no such error there.
UPD: There are other namespace troubles, like it can't find my custom Combobox item in my own namespace delcared like xmlns:local="clr-namespace:Perfect.Misc"
and used <local:VoidComboItem exchange="All available" />
. Class exists and works in runtime, but design editor is not working at all, so I have to use XAML and run app to see changes.