targeting WP 8.0 app to WP8.1 app?

大城市里の小女人 提交于 2020-01-15 04:57:17

问题


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?


回答1:


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).



来源:https://stackoverflow.com/questions/23576644/targeting-wp-8-0-app-to-wp8-1-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!