User7723337
User7723337

Reputation: 12018

Windows Phone 8 SDK installation

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:

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).

Upvotes: 0

Views: 261

Answers (1)

Rob Caplan - MSFT
Rob Caplan - MSFT

Reputation: 21889

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.

Upvotes: 1

Related Questions