I made this mistake today, the x:Name is ignored.
The ApplicationBar is part of the page already, whether you create it in XAML or not. There is no need to create a new one. Just use the ApplicationBar property in the code behind file.
Initialize Component();
ApplicationBar.IsEnabled = true;