Downloaded and tried this using Construct 2 version 1.32. I may have missed something, but MainPage.xaml.cs (line 15/17) are Using System.Runtime.Serialization.Json and Using System.Threading.Tasks. I get a compile error stating "The name "initializeComponent" does not exist in the current Context.
Any thoughts on what is happening here?
FrodoBaggins has picked up on an issue that means anything that isn't the example won't work. Just fixing now.
- Edit ->
Open up the following files and replace the WindowsPhonePluginForConstruct2 with the name of your project (you can find it in project settings inside Construct 2): App.xaml.cs (line 9 and 11), MainPage.xaml (line 2) and Mainpage.xaml.cs (line 15 and 17).
Should be working now.