Windows Phone Emulator issue - windows-phone-7

I'm developing a windows phone application on Visual Studio 2010, Windows 8 x86. I've setup Visual Studio to Run as an administrator. Every time I try to run the windows phone 7 application, i have also updated sdk 7.1.1 but it still gives me this error:
Windows Phone: Deployment of application to device failed. Exception from HRESULT: 0x89721800
is there any solution regarding this?

Start from here! And you understand all.
for wp7.1
System requirements
Supported operating systems: Windows 7, Windows Vista
Windows® Vista® (x86 and x64) with Service Pack 2 – all editions except Starter Edition
Windows 7 (x86 and x64) – all editions except Starter Edition
Installation requires 4 GB of free disk space on the system drive.
3 GB RAM
Windows Phone Emulator requires a DirectX 10 or above capable graphics card with a WDDM 1.1 driver
The Windows Phone SDK 7.1 is compatible with the final version of Visual Studio 2010 SP1.
for wp8
System requirements
Supported operating systems: Windows 8, Windows 8 Pro
Operating system type:
Windows 8 64-bit (x64) client versions
Hardware:
6.5 GB of free hard disk space
4 GB RAM
64-bit (x64) CPU
Windows Phone 8 Emulator:
Windows 8 Pro edition or greater
Requires a processor that supports Second Level Address Translation (SLAT)
If your computer meets the hardware and operating system requirements, but does not meet the requirements for the Windows Phone 8 Emulator, the Windows Phone SDK 8.0 will install and run. However, the Windows Phone 8 Emulator will not function and you will not be able to deploy or test apps on the Windows Phone 8 Emulator.
Basically, you need Win 8 64x or Win7.

The Visual Studio datastore is corrupted.
Try:
Close all Visual Studio instances that may be currently running.
Delete the folder “%LOCALAPPDATA%\Microsoft\Phone Tools\CoreCon\10.0”
Launch a new instance of Visual Studio
More workarounds at reference link.
Reference: MSDN

Related

Run Windows Phone Emulator on 32-bit version of Windows

I have the 32-bit version of Windows 10. I have installed Visual Studio 2013 Ultimate, but I am unable to find the emulator for Windows Phone.
How can I test my application?
The Windows Phone SDK uses Hyper-V, which requires a 64-bit platform for the host.
See below for an excerpt. Note the requirements listed under Operating System.
System requirements for the emulator for Windows Phone 8
Your computer must meet the following requirements:
BIOS
In the BIOS, the following features must be supported:
Hardware-assisted virtualization.
Second Level Address Translation (SLAT).
Hardware-based Data Execution Prevention (DEP).
RAM
4 GB or more.
Operating system
Windows 8
64-bit
Pro edition or higher
Source: MSDN
Notice Regarding Universal Apps (UWP)
Universal Apps targeting Windows 10 can be created and tested on a 32-bit (x86) platform, but you will be unable to build and test applications for 64-bit (x64) and ARM platforms.
Source: MSDN

I can't install any Visual Studio on Windows 7 Ultimate? [duplicate]

I would like to install Visual Studio 2013 on Windows 7 64-bit.
For some reason, the installer says "Setup Blocked" with an error "This version of Visual Studio requires a computer with a newer version of Windows".
This error is not exactly descriptive of what's wrong. The least I could do was verify that I have the following installed :
Windows 7 Professional (64-bit) with Service Pack 1
Internet Explorer 10
Version: 10.0.9200.16750
Update Versions: 10.0.12 (KB2898785)
All Windows Updates that were available for installing on 11th of Dec. 2013.
Executed the installer with the /log winexp.log argument and got the following : winexp.log.
Any ideas of what else could be the problem ?
Thanks.
Edit : by looking at this question there was a crack that allowed installing Windows Phone's SDK on Windows 7 - does anyone know a similar solution for VS 2013 ?
The minimum requirements are based on the Express edition you're attempting to install:
Express for Web (Web sites and HTML5 applications) - Windows 7 SP1 (With IE 10)
Express for Windows (Windows 8 Apps) - Windows 8.1
Express for Windows Desktop (Windows Programs) - Windows 7 SP1 (With IE 10)
Express for Windows Phone (Windows Phone Apps) - Windows 8
It sounds like you're trying to install the "Express 2013 for Windows" edition, which is for developing Windows 8 "Modern UI" apps, or the Windows Phone edition.
The similarly named version that is compatible with Windows 7 SP1 is "Express 2013 for Windows Desktop"
Source
Visual Studio Express for Windows needs Windows 8.1. Having a look at the requirements page you might want to try the Web or Windows Desktop version which are able to run under Windows 7.
Visual Studio 2013 System Requirements
Supported Operating Systems:
Windows 8.1 (x86 and x64)
Windows 8 (x86 and x64)
Windows 7 SP1 (x86 and x64)
Windows Server 2012 R2 (x64)
Windows Server 2012 (x64)
Windows Server 2008 R2 SP1 (x64)
Hardware requirements:
1.6 GHz or faster processor
1 GB of RAM (1.5 GB if running on a virtual machine)
20 GB of available hard disk space
5400 RPM hard disk drive
DirectX 9-capable video card that runs at 1024 x 768 or higher display resolution
Additional Requirements for the laptop:
Internet Explorer 10
KB2883200 (available through Windows Update) is required
And don't forget to reboot after updating your windows
Fake IE10 to install Visual Studio 2013
Visual Studio 2013 requires Internet Explorer 10. If you try to install it on Windows 7 with IE8 you get the following error This version of Visual Studio requires Internet Explorer 10”.
The value that the VS 2013 installer checks is svcVersion in the
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorerkey on 32-bit Windows and
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer on 64-bit Windows. Any value >= 10.0.0.0 makes the installer happy.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer]
"svcVersion"="10.0.0.0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer]
"svcVersion"="10.0.0.0"
your log files shows it is stopping on error "0x8004C000"
From MS Website (http://social.technet.microsoft.com/wiki/contents/articles/15716.visual-studio-2012-and-the-error-code-2147205120.aspx):
Setup Status
Block
Restart not required
0x80044000 [-2147205120]
Restart required
0x8004C000 [-2147172352]
Description
If the only block to be reported is “Reboot Pending,” the returned value is the Incomplete-Reboot Required value (0x80048bc7).

What I need to develop applications for windows phone 8.1?

I would like learn a bit how to develop applications for windows phone 8.1, so I have installed Visual Studio 2013 Community.
But in the requierements I can see this:
For Windows Phone development:
Windows Phone 8.0 development requires Windows 8.1 (x64) or higher
Windows Phone 8.1 development requires Windows 8.1 (x86) or higher
For the Windows Phone emulators, Windows 8.1 (x64) Professional
edition or higher, and a processor that supports Client Hyper-V and
Second Level Address Translation (SLAT)
So for windows phone 8 I need windows x64 and for windows 8.1 I need x86? I can develop applications for windows phone 8.1 with the community version of visual studio?
Thank so much.
If you run Windows 8, you can develop apps for Windows Phone 8.1.
Architecture doesn't matter, I run a x64 W8.1 using the Express edition of VS2013, and can develop apps for ARM, x86, and x64 all the same.
I think the only reason to use Windows 8.1 is to use Universal App templates.

Develop Windows Phone on Visual Studio 2013 On Windows 7

I own a Windows 7 (Home Premium) and Visual Studio 2013.
As a part of a project for Uni, we are required to write an application for Windows Phone, basically - they require for Windows Phone 8, but I even think that Windows Phone 7 will do.
My question is this:
Other than installing Visual Studio 2012 + WindowsPhone7 SDK or Installing Windows 8 and Visual Studio 2013, or using a VM with one of these -
Is there a way to develop for Windows Phone 7 or 8, under Windows 7???
I don't currently have a physical windows phone and will have to use an emulator for that.
Windows phone 8/windows store apps under windows 7 OS is not possible, you need a windows 8 OS
You can develop for windows phone 8/windows phone 7 (7.1) with windows 8 OS
Windows 7 OS obviously supports windows phone 7 development
See this post
there are other hardware requirements such as Hyper V for windows phone 8 emulator support in windows 8 OS
Hy,
You can keep both versions of VisualStudio on the same machine, but keep in mind that if you want to develop applications for Windows8 or WindowsPhone8 on Windows7 operating systems this is not possible because you miss the new framework WindowsRuntime, so I advise you to keep windows 8 as operating system, VisualStudio 21012 + sdk for WindowsPhone7 and VisualStudio 2013 SDK for windowsphone 8 and developments already built for Windows Phone8.
You cannot develop a WP8 app on Windows 7. You can develop a WP7 app on Windows 7 using VS 2010 plus the WP7 SDKs - WP 7.1 SDK, WP7.1.1 SDK, WP7.8 SDK - http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/01/22/now-available-windows-phone-sdk-update-for-7-8.aspx.

Is it possible to install "Windows Phone 7 developer tools" on "Windows 7 Starter edition" and run the WP7 emulator?

Is it possible to install "Windows Phone 7 developer tools" on "Windows 7 Starter"?
Does the WP7 emulator run after install?
I have a old laptop Sony Vaio which has been upgrade into W7 Ultimate and VS2010 pro, but the graphic card is too old and WP7 emulator won't run.
Can anyone have try to run the WP7 emulator on a Win7 Starter edition?
I'm afraid the tools are not supported on Windows 7 starter edition.
From the download page:
System requirements
Supported Operating Systems: Windows 7, Windows Vista
•Windows® Vista® (x86 and x64) with Service Pack 2 – all editions
except Starter Edition.
•Windows® 7 (x86 and x64) – all editions
except Starter Edition.
You might get VS to run, but I think you'll hit problems with the emulator as it runs in a VM, which Windows 7 Starter won't support.
I can't comment on using Windows 7 starter edition, however if the machine you are planning on using is an Intel Atom based netbook I think you may find that you struggle to run Visual Studio and the WP7 Device Emulator simultaneously.
I was certainly unable to the last time I tried on an Atom based machine, even with 3GB of RAM.

Resources