Reputation: 448
I have built my first application for windows phone 7 in Visual Studio 2010 Ultimate. Now i need to launch my application and also want to install it in device. Can anyone please tell me how to do this?
Upvotes: 0
Views: 240
Reputation: 638
Unlock your device by running 'Windows Phone Developer Registration'. You can find it in Start -> Windows Phone SDK 7.1.
For 32-bit development system go to: C:\Program Files\Microsoft SDKs\Windows Phone\v7.1\Tools\WPConnect\x86
For 64-bit development system go to: C:\Program Files\Microsoft SDKs\Windows Phone\v7.1\Tools\WPConnect\x64
and run WPConnect.exe it after you have connected the device to your desktop/laptop.
Build and deploy after selecting Windows Phone Device from deployment target and test your app.
Upvotes: 0
Reputation: 8231
First, your device should be unlocked and connect to your PC, then Run your solution in VS to your device. or find XapDeploy.exe in this similar path:'Microsoft SDKs\Windows Phone\v7.1\Tools\XAP Deployment', and deploy it.
Upvotes: 0
Reputation: 942
You can install it from the Application Deployment Tools
Go through this step
Go to Start -> All programs -> Windows Phone Developer Tools -> Application Deployment. This tool allows you to choose a XAP file and deploy it on your developer unlocked phone.
Upvotes: 2