Actually, in all of the classes (including the MainPage.xaml), the namespace is defined:
xmlns:local="clr-namespace:UnBlendedCS1_Oct1"
For example, it is OK for
<local:AddressLocator x:Name="MyAddressLocator" Visibility="Collapsed"
Height="300" Width="300" Canvas.Left="278" Canvas.Top="242" />
but not for <local:DriveTime x:Name="MyDriveTime" Visibility="Collapsed"
Height="110" Width="250" Canvas.Left="18" Canvas.Top="310" />