Hi, Bjorn
You must contain a static "Main" method suitable for an entry point in windows store app.
In App.XAML.cs file, the Constructor App(){}
Initializes the singleton Application object. It is the
first line of authored codeexecuted, and as such is the logical equivalent of main() or WinMain().
So, when you create a windows store app, you should contain the App.XAML and App.XAML.cs
file in your app.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey. Thanks<br/> MSDN Community Support<br/> <br/> Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and
makes it easier for other visitors to find the resolution later.