xamarin - How to load PCL's App class from Win Phone 8.1 RT project -


i'd created windows phone 8.1 project existing xamarin forms solution (android, ios , uwp). i'd followed instructions xamarin documentation pages, still unable find "loadapplication()" method. i'm using visual studio 2015, , project has .net framework 4.5 on profile. xamarin.forms.platform.winrt namespace hasn't necessary class.

i have tried create windows phone 8.1 client project following "adding windows phone app". working pretty well. may miss key procedure.

i have tested if miss step two(right-click on newly created project...)and step five(edit mainpage.xaml...) in article mentioned above, unable find loadapplication() method.

the code sample has uploaded github,you refer code sample , verify difference between two. find missing procedure.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -