Is it possible to load application fom marketplace and deploy it to emulator ?
Printable View
Is it possible to load application fom marketplace and deploy it to emulator ?
According to this: [url]http://stackoverflow.com/questions/3983136/marketplace-in-windows-phone-7-emulator[/url] you can not,.
Its not possible to download XAP files so that you can deploy it to Emulator legally.
[QUOTE=madhusudhan_s;903577]Its not possible to download XAP files so that you can deploy it to Emulator legally.[/QUOTE]
Is this a question, or is this statement ?
Hello Pkarpion,
That is [B]*NOT*[/B] possible to deploy any application fom marketplace to emulator, however you can browse marketplace applications in emulator using [URL="http://msdn.microsoft.com/en-us/library/microsoft.phone.tasks.marketplacehubtask.aspx"]MarketplaceHubTask Class[/URL]
var oMktPlcTask = new MarketplaceHubTask();
oMktPlcTask.ContentType = MarketplaceContentType.Applications;
oMktPlcTask.Show();
Hope it helps.
[QUOTE=symbianyucca;903579]Is this a question, or is this statement ?[/QUOTE]Well, in general it is an unnecessary revival of an exactly 8-month old thread. The good thing is that Pavan's addition may be useful to some.