2
votes

Microsoft docs state that one should be able to upgrade existing Windows Phone 8.0 project to Windows Phone 8.1:

enter image description here

However, I cannot see that option in my popup menu:

enter image description here

I have installed MSVC 2013 Update 2.

Installed components are:

enter image description here

What have I missed?

2
What operating system are you running?demoncodemonkey
@ demoncodemonkey Windows 8.1Nick

2 Answers

0
votes

You need to be running on Windows 8.1 in order to develop apps for Windows Phone 8.1.

Note To retarget your project, you must be running Windows 8.1. After you retarget your project, you won't be able to open that project on a computer that runs Windows 8.

(http://msdn.microsoft.com/en-us/library/windows/apps/dn263114.aspx)

and...

Important
To create an app, you must use Visual Studio 2013 on a computer running Windows 8.1.
You can't create an app by using Windows 7.

(http://msdn.microsoft.com/en-GB/library/windows/apps/br211384.aspx)