简体   繁体   English

将WP 8.0应用定位到WP8.1应用?

[英]targeting WP 8.0 app to WP8.1 app?

I installed Visual Studio 2013 (With Update 2) 我安装了Visual Studio 2013(带有Update 2)

and i was working on my Project in VS2012 for Windows Phone 8.0 并且我正在Windows Phone 8.0的VS2012中从事我的项目

And now i decided to Upgrade it to a Windows Phone 8.1 app 现在我决定将其升级到Windows Phone 8.1应用

so i followed the instructions and Targeted the app ! 因此,我按照说明进行操作并定位了该应用程序!

and everything's done successfully , BUT! 一切都成功完成,但是! the app now is (Windows Phone Silverlight 8.1) 该应用程序现在是(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 与其他针对(Windows Phone 8.1)的人不同,这两种类型的项目之间存在巨大差异

I can't use the new XAML controls - Windows.UI.XAML 我无法使用新的XAML控件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. Silverlight XAML和新的Win8.1 / WinPhone8.1 XAML(又称为WinRT XAML)是两件不同的事情。
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) 如果您使用Silverlight启动应用程序,则必须坚持下去,或者使用新的XAML重新创建整个UI(正如我所说,它现在与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 编辑 :找到了有趣的文章,您可能想看看: http : //msdn.microsoft.com/zh-cn/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 ). 编辑另请参见本文:Windows Phone 8开发人员的下一步( http://msdn.microsoft.com/zh-cn/library/windowsphone/develop/dn655121(v=vs.105).aspx )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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