Questions tagged [windows-phone-8-sdk]

Microsoft has released the Windows Phone 8 SDK for the Build developer conference, taking place on the Redmond campus on Oct 30, 2012.

Microsoft has released the Windows Phone 8 SDK for the Build developer conference, taking place on the Redmond campus on Oct 30, 2012.

The SDK is described as an environment “for building apps and games for Windows Phone 8 and Windows Phone 7.5.” That’s pretty obvious but why 7.5? That’s the odd thing here.

It has a stand-alone Visual Studio Express 2012 edition. It can also work as an add-on to Visual Studio Express 2012 edition for Windows Phone or works as an add-in to Visual Studio 2012 Professional, Premium or Ultimate editions. Microsoft says the SDK also includes emulators and additional tools for profiling and testing a Windows Phone app under real-world conditions.

75 questions
1
vote
1 answer

Redirecting traffic on Windows Phone 8(.1)

We are looking for a way to programatically intercept global network traffic on Windows Phone 8 or Windows Phone 8.1. I currently know two ways to intercept traffic: Proxy server VPN (proprietary network, where all traffic is routed through a…
1
vote
1 answer

How can i receive the hardware key button event On Windows phone 8?

How can i receive the hardware key button event On Windows phone 8 App? I have many problem, The WP 8 is available features are very limited. The Windows CE / WM is a very different behavior. I want to access the OS Layer by the API (Function) Back…
1
vote
1 answer

Why application not getting application closing events?

In Windows Phone 8, when I press start button, I should get Application_Deactivated and Application_Closing events. But when I set break point in these events, breakpoint doesn't hit. Why Application_Closing and Application_Deactivated are not…
Pranit Kothari
  • 9,721
  • 10
  • 61
  • 137
1
vote
1 answer

Windows Phone 8 - reading and writing in an existing txt file in the project

Hi i'm stucked in a problem, i created a txt file that i put on the app. I'm trying to read from it the content that i write on it before. With that code: public async Task WriteDataToFileAsync(string fileName, string content) { …
Roberto
  • 135
  • 2
  • 14
1
vote
1 answer

Could not load file or assembly 'Newtonsoft.Json' after installing Windows Phone 8 SDK

Projects that were working fine before installing the Phone SDK are now raising the following error at runtime: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral , PublicKeyToken=30ad4fe6b2a6aeed' or one of…
Aaron
  • 705
  • 10
  • 19
1
vote
2 answers

Showing m.bing.com in the WP8 WebBrowser control

I'm having a problem getting bing.com to load in a WebBrowser control on Windows Phone 8. It seems that doing that will launch the WP8 Search App (same as pressing the Search button on the phone). The problem is, once you click a result in that…
Adam Plocher
  • 13,994
  • 6
  • 46
  • 79
1
vote
1 answer

Error "MSBUILD : error : Xap packaging failed. Cannot access a closed Stream." using Visula Studio 2013

I am using Visual studio 2013 version 12.0.21005.1. I downloaded the Basic Camera Sample from http://code.msdn.microsoft.com/wpapps/Basic-Camera-Sample-52dae359 When I try to compile this sample I got an error "MSBUILD : error : Xap packaging…
1
vote
1 answer

Is there any way to install xap on VirtualBox?

I successfully run Windows Phone 8 (Flash.vhd from SDK) on VirtualBox, but I cannot find a way how to install xap on it.
ais
  • 2,514
  • 2
  • 17
  • 24
1
vote
1 answer

CSS overwrite not working in WP8

I am just getting started with WP8 development and I have already stumbled into my first problem: I have followed the How to create your first app for Windows Phone tutorial and now I have followed another tutorial to try and overwrite the CSS of…
user1301428
  • 1,743
  • 3
  • 25
  • 57
1
vote
1 answer

Executing program while camera capture Windows Phone 8 SDK

I am working on a project which calls a function attached with a timer. However, when the camera capture is active, the function is not called. I suppose this happens since the camera capture task needs to complete before any other task is started.…
Vishwanath
  • 835
  • 1
  • 7
  • 19
1
vote
1 answer

JavaScriptSerializer for windows phone 8

I am trying to convert my .NET 4.0 class library to Windows Phone 8 class library to use it in my app. It turns out to be there is no JavaScriptSerializer available in Windows Phone 8 SDK. I am actually trying to deserialise my HttpClient response…
PushCode
  • 1,419
  • 3
  • 15
  • 31
1
vote
1 answer

SketchFlow Template for Windows Phone doesn't work with Blend for Visual Studio

I am trying to use the SketchFlow Template for Windows Phone (http://wp7sketchflow.codeplex.com) with Blend for Visual Studio 2013 and when I try to create a project with the template I get this error: New Project failed. Could not find file…
sidy3d
  • 440
  • 2
  • 8
  • 22
1
vote
1 answer

Visual Studio 2012 / WP8 SDK: "Connection to Windows Phone Device or Emulator Failed"

I'm opening the default project for Windows Phone 8 using VS 2012 Professional and WP8 SDK, and am trying to configure the Windows Phone 8 WVGA 512 (default) emulator. Using build and deploy both work. Build and deploy are both checked in the build…
1
vote
1 answer

Build applications for Windows phone 8 using VS 2010

Is there a way to build Windows phone 8 applications using Windows 7 and VS 2010 ? Or is mandatory yo have installed Windows 8 and VS 2012, if so is there possible a conversion from application build using VS 2010 on Windows 7 to the one required by…
1
vote
2 answers

Unable to start Windows Phone 8 SDK

I have installed Windows Phone 8 SDK with Visual Studio 2012 Professional with all updates. When I create a sample project and try to run its not showing any emulator to run on When I am running the XDE file directly from C:\Program Files…