Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Phone

Deploying the Windows Phone 7 Application on the Device

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
6/28/2011 4:24:50 PM

1. Problem

You want to deploy your application to the Windows Phone 7 device because you have to test the sensors' functionalities.

2. Solution

You have two ways to deploy your application to the phone: using either Visual Studio 2010 or the Application Deployment tool.

3. How It Works

In both cases, you have to download and install the latest version of Zune software from www.zune.net/en-US/. Zune is an entertainment device—initially available only in the United States—and it is Microsoft's response to Apple's iPod family of devices. You can transfer your music and videos by using the Zune software, but you can use it to deploy your software too.

Moreover, in both cases, you have to unlock your Windows Phone device with a developer license. You can obtain a license from Microsoft's App Hub site at http://create.msdn.com/en-us/home/membership by paying an annual $99 fee. In the registration, you will associate your Windows Live ID account with an App Hub identifier. This coupling of data is necessary to unlock your Windows Phone device with the help of the Windows Phone Developer Registration tool, which you find within the tools installed with the Windows Phone Developer Tools (see Figure 1).

Figure 1. The Windows Phone Developer Registration tool used to unlock your phone and deploy applications

NOTE

As you can see in Figure 1, Zune software is required to unlock the Windows Phone 7 device.

Okay, after completing these mandatory steps, your device is ready to receive your application. From Visual Studio 2010, you simply have to change the target combo box from Windows Phone 7 Emulator to Windows Phone 7 Device.

4. Usage

Now, as usual, you can press F5 to start a debug session or press Ctrl+F5 to start the application without the debug. Visual Studio 2010 will compile your application, start Zune software to connect to the Windows Phone device, copy the XAP file to the device, and finally run the application. In your device, you will see your application running.

NOTE

The October 2010 update of the Windows Phone Developer Tools includes the WPConnect.exe program. When your application uses the Windows Phone media library or plays a song, it will find those resources locked by Zune software. You have to close Zune software after having connected the phone and then run WPConnect.exe. The device will remain connected, but now you have full access to the phone device.

The second method to deploy your application on the Windows Phone device is to run the Application Deployment tool (see Figure 2).

Figure 2. The Application Deployment tool used to deploy your application without Visual Studio 2010

The target combo box contains both device and emulator targets. The XAP text box contains the path of your application's XAP file. When you compile your application, Visual Studio 2010 creates the XAP file, which is a compressed file containing everything Windows Phone needs to run the application (EXE, DLLl, images, and so on). After you click the Deploy button, the Application Deployment tool connects to the phone and deploys the application.

Other -----------------
- Deploying the Application to the Windows Phone 7 Emulator
- Creating a Simple XNA Windows Phone 7 Application
- Creating a Simple Silverlight Windows Phone 7 Application
- Developing for Windows Phone 7 and Xbox 360 : Lighting (part 5) - Point Lights
- Developing for Windows Phone 7 and Xbox 360 : Lighting (part 4) - Fog
- Developing for Windows Phone 7 and Xbox 360 : Lighting (part 3) - Emissive Lighting & Specular Lighting
- Developing for Windows Phone 7 and Xbox 360 : Lighting (part 2) - Triangle Normals & Diffuse Lighting
- Developing for Windows Phone 7 and Xbox 360 : Lighting (part 1) - Ambient Lighting
- Developing for Windows Phone 7 and Xbox 360 : Introduction to Custom Effects - Vertex Color & Texturing
- Developing for Windows Phone 7 and Xbox 360 : Drawing with a Custom Effect
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server