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
14
votes
1 answer

Can Windows phone 8 SDK be installed on a Windows 8 32 bit machine

I have been trying to install the Windows Phone 8 SDK on a Windows 8 (x86) machine. But to no avail even though I read somewhere on the site that it will install but I will not be able to run the emulator. Is Microsoft serious that Win Phone 8 apps…
Tawani
  • 11,067
  • 20
  • 82
  • 106
11
votes
1 answer

Toast Notification parameters in Windows Phone 8.1 Silverlight

Okay so I'm using the new ToastNotificationManager in my 8.1 SL project instead of the old ShellToast. The ShellToast had NavigationUri on the toast message which made it really easy. In the new toasts you have to specify the launch parameters by…
robertk
  • 2,461
  • 1
  • 27
  • 39
6
votes
1 answer

Visual Studio error: LNK1104: cannot open file 'kernel32.lib' - only in WP8 projects / Win32 builds

I ran into this problem recently (few days ago everything was working fine): Visual Studio 2012 started to refuse to build native WP8 projects. Today, I created new solution from template 'Windows Phone Direct3D App (Native Only)' to check if my…
6
votes
3 answers

XAML is not updating when debugging on a WP8 device

I am experiencing a problem when deploying to a Windows Phone 8 device. It seems the XAML is not updating when I do a build and debug. The only way it seems to update is when I do a Rebuild > Debug or uninstall the app then debug. Here is a…
5
votes
2 answers

How do I change foreground color of a button when clicked?

I have something like this:
5
votes
1 answer

Windows Phone programmatically connecting two devices and mirroring the screen

We can connect two or more iOS devices(iPhone and iPad both) programmatically via bluetooth and replicate the app's screen on multiple devices using GameKit in iOS. I searched on net if any API supports this kind of feature in Windows Phone 7/8, but…
saikamesh
  • 4,569
  • 11
  • 53
  • 93
4
votes
1 answer

windows phone 8 Map API GeocodeQuery.SearchTerm not english got nothing

I use GeocodeQuery to look up the coordinates of a search term. // Get your current position var myPosition = await new Geolocator().GetGeopositionAsync(TimeSpan.FromMinutes(1), TimeSpan.FromSeconds(10)); // Define search var geoQuery = new…
3
votes
1 answer

Publish Windows Phone 8.1 app

I have created an app using Xamarin, and it works great on Testflight and Google Play beta-testing (I am not ready to launch completely yet, but nearly). I need to know, how am I going to create the package for Windows Store (or what it is called?).
Lasse Madsen
  • 592
  • 9
  • 30
2
votes
1 answer

Missing Emulator List in .NET IDE

Any idea why my list of windows phone emulators are missing from my project? I've looked for various options in the .NET IDE and I've googled it for a while but can't find any solution to this problem. I've got 2 other projects where this list is…
Thierry
  • 6,142
  • 13
  • 66
  • 117
2
votes
2 answers

Visual Studio 2012 (x64) - Windows Phone Toolkit - How to Add WP toolkit custom controls to toolbox in VS

The problem is following: I have Visual studio 2012 (x64) with Windows Phone 8 SDK installed on Windows 8 (x64). In my project (WP8 App targeting WP 8.0 with .NET 4.5), I have Added (through NuGet) Windows Phone Toolkit and I would like to add the…
2
votes
1 answer

XAP file is invalid

My phone is developer unlocked and I have installed windowsphone 8 SDK on my pc. When I try deploy any xap file from store and other source as well to my phone (device) it throws an error "XAP file is invalid"
user2746128
  • 21
  • 1
  • 2
2
votes
1 answer

Windows Phone 8 App communicating with a Bluetooth device

I have a task to communicate with a Bluetooth device (which is not Low Energy - BLE) from a Windows Phone 8 App and latter from Surface App. I came across this link http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207007(v=vs.105).aspx…
Guru Kulkarni
  • 153
  • 3
  • 10
2
votes
2 answers

Add a key to ListPickerItem

XAML: How can I add a key to the ListPickerItem to be used in the C# code? What I want is…
Dan Barzilay
  • 4,974
  • 5
  • 27
  • 39
1
vote
1 answer

Creating a local database in windows phone app 8 using vs2012

I want to develop an app in windows phone 8. I am totally new to this. I want to create a database for that app from which I can perform CRUID Operations. I found some information while browsing and watching videos but I did't understand much of…
1
vote
0 answers

connection established but unable to send and receive message to server using Socket Programming in windows phone 8

I read a lot on web but could not successfully send and receive message while connection established correctly using socket programming. one of the simple code is following, Actually, my task is: I have to make connection with server as I have IP…
1
2 3 4 5