Windows Phone 8 SDK installation - windows-phone-8

I have installed Windows Phone 8 SDK and Windows 8 Embedded Handheld on Windows 8 64Bit Machine, which has Visual Studio 2013 Express installed, I am trying to run Windows 8 Embedded 8 Handheld Sample application Barcode Scanner provided from Microsoft web site.
But problem is:
I am not able to see Windows Phone 8 SDK or Windows Embedded 8
Handheld SDK in about screen of Visual Studio 2013 as given in
this video.
When i open Blend tool which comes with the sdk, and after creating sample application and try to trn it emulator starts loading
and fails with error code 32775.
Also i am not able to see option to create Windows Store App from New Project options.
Also I am not able to open any project with the extension .csproj
So How can i fix these issue?
How to properly install both this SDKs so that i can use them from Visual Studio 2013 Express.
I have all the hardware requirements as given on the Microsoft website, for running the emulator. (Hyper-V and SLAT).

Visual Studio 2013 Express for Windows targets Windows 8.1 and Windows Phone 8.1 only. In the video Andy is using Visual Studio 2013 Ultimate. VS2013 Express for Windows runs only on Windows 8.1, so I suspect you have a different version of VS2013 Express which doesn't support Windows Store apps.
To target Windows Phone 8 you'll need Visual Studio 2012 Express for Windows Phone 8 or a non express version of Visual Studio 2013.
You should have Visual Studio 2012 Express for Windows Phone 8 installed with the Windows Phone 8 SDK.

Related

Develop windows phone 8 app after installing update 2 of Visual Studio 2013

I want to develop windows phone 8 app but I installed update 2 of visual studio 2013 which only develop windows phone 8.1 app.Is there any way to do so?
You can definitely still create Windows Phone 8.0 projects with Visual Studio 2013.
When looking at the new project templates you want to look at Visual C#->Store Apps->Windows Phone Apps. From there scroll to the bottom, you want to choose from the Windows Phone Silverlight App templates. Choose any of them and you'll be prompted to target 8.0 or 8.1. Choose 8.0 and you should be good to go.

Sharepoint Phone SDK installation for Visual Studio 2013 Professional

I am trying to install the SP2013 Phone SDK on my desktop computer (Win 8.1, 64bit) running Visual Studio 2013. VS2013 comes prepackaged with the Windows Phone 8 SDK, but the SP2013 Phone SDK installer fails to recognize it and promptly cancels the installation.
Is the Sharepoint Phone SDK not supposed to run on VS2013?
The requirements for the SP2013 Phone templates (SDK) are VS2012 and Phone SDK version 8.0.
Source: https://msdn.microsoft.com/en-us/library/office/jj163943.aspx

Can I use a Windows phone 7 as device with Windows phone 8 SDK

I'm just confused, I just began Windows Phone programming and I was asking myself :
can I use a Windows phone 7 (HTC HD7) as device in Visual Studio 2013 and SDK for Windows Phone 8?
(sorry, maybe my question is stupid !)
Thanks in advance !
Jon B is correct. If you want to develop Windows Phone apps and use your Windows Phone 7.x device, you need to go back to Visual Studio 2012 and install the Windows Phone 8 SDK, which allows development for both WP7.1 and 8.0.
To recap:
Visual Studio 2013 + WP8 SDK (installer option): Build WP8.0 apps only
Visual Studio 2012 + WP8 SDK (separate installer): Build WP7.1 & WP8.0 apps
Visual Studio 2010 + WP7.1 SDK (separate installer): Build WP7.1 apps
Another important consideration is Windows. The version of Windows required is dictated by the WP SDK. The WP7.1 SDK requires Windows 7 & up. The WP8 SDK requires Windows 8 Pro & up.
I hope this helps.
No. Windows Phone 7 applications will run on a Windows Phone 8. Window Phone 8 applications will not run on Windows Phone 7.

Windows Phone 8 template in Visual Studio 2013 Preview

I am running Windows 8 x64 and have Visual Studio 2012 with the latest update and Visual Studio 2013 preview (latest update) installed. I also have the Windows Phone SDK for Windows Phone 8 development on Visual Studio 2012.
I have read somewhere online that there is no SDK required for Windows Phone 8 on Visual Studio 2013. But Where is the new phone project option?
Found it,
had to modify my vs2013 installation... (stupid me)
Is it an idea to leave this online for the community? (if I forget it again, and cannot find a source online lol!)
For future references, I installed the Visual Studio 2013 Professional edition where the Windows Phone 8.0 SDK apparently wasn't included in the default installation. I browsed to the Windows Phone Dev Center to download the SDK but this way doesn't integrate with Visual Studio 2013 as well - it surprisingly put Visual Studio 2012 Express edition on the PC...
The only way to be able to incorperate the Windows Phone SDK is by modifying the installation of Visual Studio 2013, just as the OP states.
If you are on Windows 7, you won't see the option to install the Windows Phone 8 SDK. It requires Windows 8 or later, 64 bit.

Is it possible to port a Windows RT app to a Windows Phone app?

Just recently released an application to the Windows Store, and I'm wondering if it is possible to "downgrade" it to Windows Phone 7.1 - until Windows Phone 8 will arrive.
The real problem is with the async stuff, I've found the "Async Targeting Pack", but it requires Visual Studio 2012; however VS2012 doesn't work with the Phone SDK 7.0, 7.1.
I'm not in the mood to install old and ugly Visual Studio 2010 on my brand new Windows 8 machine :)
Does anyone know a workaround?
Windows Phone 8 has arrived and, unfortunately, it does not allow you to compile applications for Windows Phone 7.1 if the code uses async/await. You can try to port the code to Windows Phone 8 which does support async/await out of the box.
If you still want to have a WP7.1 port of your application and still use the async/await feature, you have no option other than installing VS2010 express for WP7 + async ctp 3.
Although Async Targeting Pack for Visual Studio 2012 has arrived, you cannot target WP7 projects since WP7 is Silverlight 4, and targeting pack is for Silverlight 5.
UPDATE: There is a way to compile WP7 applications on Visual Studio 2012 Express for Windows Phone by using this nifty NuGet package. However, note that it is currently in prerelease version.
Well Windows Phone 8 suppose to launch tomorrow so why do you need to Downgrade your application to Windows Phone 7.1?
This article might hold's answer to your problem.
Today you may have also seen the online launch event for Visual Studio 2012. The Windows Phone SDK 8.0 is built on top of Visual Studio 2012, and will give you the ability to build applications and games that target both Windows Phone 8 as well as Windows Phone 7.5. Windows Phone SDK 7.1 can be installed side-by-side with Visual Studio 2012 and runs on Windows 8.