views:

435

answers:

3

Does anyone know if it is possible to load a windows phone 7 XAP file into the emulator without the solution or source files? In other words, can I send somebody just a XAP file so that they can test my app, without giving them the full source code?

+3  A: 

In the current CTP, XAPs can only be deployed from a project. So the only way of sharing your application with someone else, is to share the source.

Jorge Råström
+1  A: 

Yes it can be deployed on any emulator.

And here the way to do it

http://social.msdn.microsoft.com/Forums/en-US/windowsphone7series/thread/023d5f73-0528-47ee-add4-9f57f7d29815

Regards

Vipul
This only applies to XNA games and doesn't work for Silverlight apps.
Andréas Saudemont
+1 because it will help XNA devs, but unfortunately I am developing silverlight
Chris Ballard
+2  A: 

There now seems to be a solution to this in the beta release, according to the windows phone developer blog - the following two tools ought to be able to address this problem (although I have yet to try this):

• Developer Registration Utility – Now you can unlock you Windows Phone 7 device for development purposes.

• XAP Deployment Tool – if you want to deploy XAP files directly to an unlocked device, now you can.

Chris Ballard