简体   繁体   中英

targeting WP 8.0 app to WP8.1 app?

I installed Visual Studio 2013 (With Update 2)

and i was working on my Project in VS2012 for Windows Phone 8.0

And now i decided to Upgrade it to a Windows Phone 8.1 app

so i followed the instructions and Targeted the app !

and everything's done successfully , BUT! the app now is (Windows Phone Silverlight 8.1)

Picture:

目标信息

unlike other people who targeted to (Windows Phone 8.1) , there is a huge difference between the two types of the projects

I can't use the new XAML controls - Windows.UI.XAML

What can i do to fix this?

Silverlight XAML and the new Win8.1/WinPhone8.1 XAML (aka XAML for WinRT) are two different things.
If you started your app with Silverlight you have to stick to it, or create your whole UI again with the new XAML (which as I said, it is now compatible with Win8.1)

Edit : Found an interesting article you might want to take a look at: http://msdn.microsoft.com/en-us/library/windows/apps/br229571.aspx

Edit See also this article: What's next for Windows Phone 8 developers ( http://msdn.microsoft.com/en-us/library/windowsphone/develop/dn655121(v=vs.105).aspx ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM