1
votes

I have the Windows Phone 8.1 SDK on my dev pc installed together with VS 2013 Community Update 4. I need to open some WP 8.0 projects, but I can't do that without having WP 8.0 SDK installed, give me that error:

enter image description here

I tryed to download the Windows Phone SDK 8.0 from Microsoft site but when I lunch the istaller give me that error:

enter image description here

How can I resolve that problem? If I go to the link didn't explain nothing.

Regards, Roberto

2
What OS are you running?Igor Kulman
I'm using Windows 8.1 PRORoberto
86x version... I forgot it excuse meRoberto
You cannot fly to mars without a rocket ship. "How do I fly to mars then?" You don't. Unless you hit Elon Musk over the head and take his.user1228

2 Answers

2
votes

The error message is self-explanatory, you need a 64bit OS (x64) but you are running a 32bit one (x86).

1
votes

I think that the reason why this happens is because your VS2013 version is x86 and you downloaded the x64 version of WP8 SDK.

Try the following instead of downloading the SDK and manually installing it.

  1. Right-Click on Start Button
  2. Open Programs and Features.
  3. Find Microsoft Visual Studio 2013.
  4. Click on it and Click Change.
  5. Select Modify.
  6. Choose the Windows Phone 8.0 SDK from there and click Update.