Windows Phone development in Visual Studio 2012 RC - windows-phone-7

Today Microsoft released Windows 8 Release Preview and visual studio 2012 rc. I'm a Windows phone developer. What dev tool I have to use for create my apps in Windows 8 rp?

In Microsoft Visual Studio 2012 express download page, it is mentioned like
"A Visual Studio 2012 Express product for Windows Phone will be available in conjunction with the next Windows Phone release. Until then, you can continue to use Visual Studio 2010 Express for Windows Phone to create Windows Phone apps."
http://www.microsoft.com/visualstudio/11/en-us/products/express

The Windows Phone 8 SDK is out now, for those that are still reading this. It includes the 7.1 and 7.1.1 as well, and all runs within Visual Studio 2012. You can get it here:
https://dev.windowsphone.com/en-us/downloadsdk

For Windows 8, install VS2010, the Windows Phone SDK, and don't forget the 7.1.1 SDK update that fixes problems with Windows 8.

Related

is it possible to develop a windows 8.1 app on windows 10?

I need to develop a windows 8.1 app, is it possible to do on a Windows 10 PC?
I have a windows 8.1 device to test my app on.
Yes, you can use Visual Studio 2013 or Visual Studio 2015 to create Windows (Store) 8.1 and Windows Phone 8.1 apps.
Download Visual Studio Community 2013
Download Visual Studio 2015

Visual Studio 2013 no emulators appear

I am using Windows 7 and Visual Studio Express 2013. I have installed Windows Phone 7.1 SDK and Windows Phone 8.1 SDK. When i go to VS menu under DEBUG->Other Debug Targets->Debug Windows phone internet Explorer nothing appear under Target Device Dropdown list in order to choose emulator. Any ideas how to configure them?.
The Windows Phone 8.0 SDK include the ability to create apps for 7.1 and 8.0 so there should be no need to install the 7.1 SDK.
Developing apps for 7.x is not supported in Visual Studio 2013. If you must target 7.x devices you'll need to use VS2010 or VS2012.
If you want o build for Windows Phone 7.x you should use Visual Studio 2012. You can install this AND Visual Studio 2013 on the same machine.
Again one more thing is you can not build Windows Phone 8.1 apps on Windows 7 OS. So it is advisable to install windows 8.1 / 10 OS and install both VS2012 and VS2013.

VS2010 and Windows 8.1

I've been developing with VB 2010 and Windows 7 for years.
Are there any "issues" I should be aware off when migrating VB2010 over to Windows 8.1
Any advice will be much appreciated.
John
Make sure you install the latest service packs and hotfixes to be fully compatible with Windows 8 and above:
Visual Studio 2010
Visual Studio 2010 SP1
Visual Studio 2010 GDR for Team Foundation Service
Visual Studio 2010 Compatibility Update for Windows 8 and Visual Studio 2012
You will need to upgrade your Visual Studio version to 2013 in order to build Windows 8 and 8.1 apps, but as long as you're targeting a Desktop application, you should be fine.
I have used visual studio 2010 on windows 8.1 and windows 10 so far I did not have any issues working on both the OS.
I am using visual studio 2010 professional with sp1
Me too have been using the VS 2010 Professional on windows 7 and I migrated to Windows 8.1.
Usually I develop console apps, desktop apps and I mostly use Access Databases as the database for my programs..
And also I use C# and VB..
So far I havent had any issue with VS2010 on windows 8.1.
That is my experience about that and I hope this will be a help for you.. :)
Thanks

Upgrade from Windows Phone 8.0 Development to Windows Phone 8.1 Development

I am Developing Apps on "Microsoft Visual Studio Express 2012 For Windows Phone". I develop Windows Phone 8.0 Apps.
Now I need to develop Windows Phone 8.1 Apps free. Which Visual Studio to use for this purpose.? and What about windows Phone 8.1 Emulator.
If possible share both download links.
You Should use Visual Studio 2013. here is a download link for Express 2013 for Windows
that can be used for windows and windows phone as well as Universal Apps. for windows phone 8.1 emulators, you can download them from here Windows Phone 8.1 Emulators
To develop Windows Phone 8.1 App, You should use Visual Studio 2013.
And here is the download link: Visual Studio Downloads
On the Dev Center of Microsoft you can find all information, samples and tools you need to develop Windows and Windows Phone apps.
Info from the site regarding to WP development:
Windows Phone 8.1 development tools:
The Windows Phone 8.1 development tools are installed with Visual Studio Express 2013 for Windows with Update 2 and Visual Studio 2013 Update 2.
Windows Phone 8.1 Emulators:
This package requires Visual Studio 2013 with Update 2 or later, Windows 8.1 (x64) Professional edition or higher, and a processor that supports Client Hyper-V and Second Level Address Translation (SLAT).
Here are several links to useful parts of the site:
Downloads (scroll to Windows Phone section)
SDK
Note: with these tools, you can still develop Windows Phone 8.0 apps as well.
You have to use Option in visual studio 2013 express from here.
Edit:
After Installation open your windows phone 8.0 project in visual studio 2013 fallow the process described here. As same as windows phone 8 emulators will comes under windows phone Sdk
Check this link about Documention.
Note:
I suggest you to back up of your windows phone 8.0 project to separate Folder to continue the development of windows phone 8.0.
Why:
You cannot downgrade a upgraded app with version 8.1 to version 8 or 7.1.
All the Best.

Install Windows Phone 7.1 SDK on Windows 8.1 RTM with Visual Studio 2013 RC

Does anyone know how to develop for Windows Phone 7, with Visual Studio 2013 (thus without installing Visual Studio 2010) on Windows 8.1 RTM?
I've checked the WP8.0 box when I was installing Visual Studio 2013, but it does not provide me the 7.1 SDK which is needed for my solution.
It would be great if I could do it without installing Visual Studio 2010. :D
Thank you in advance :-)
The Windows Phone 8.0 SDK include the ability to create apps for 7.1 and 8.0 so there should be no need to install the 7.1 SDK.
HOWEVER
Developing apps for 7.x is not supported in Visual Studio 2013.
If you must target 7.x devices you'll need to use VS2010 or VS2012.
If you want o build for Windows Phone 7.x you should use Visual Studio 2012. You can install this AND Visual Studio 2013 on the same machine. The only thing you may not end up being able to do is having a single solution with all projects in that you can use in both versions of VS.

Resources