I was able to successfully force landscape mode in Visual Studio Express 2012 for Windows Phone by doing the following:
1) Open the solution (.sln) file that is produced from the WP8 exporter
2) Open the MainPage.xaml file from the Solution Explorer
3) Find SupportedOrientation and change the value to "Landscape"
4) Find Orientation and change the value to "LandscapeLeft"