问题
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