Top "Windows-phone-8" questions

Windows Phone 8 is a version of Windows Phone (Oct 29, 2012 - present) that succeeds Windows Phone 7.5 and includes many new features.

Unable to Launch Windows Phone Emulator

I am trying to run unit tests on our CI server. When i run the following command it tries to …

c# .net unit-testing windows-phone-8 windows-phone-8-emulator
Bind to parent datacontext (out of itemsource)

In my Windows Phone 8 app I have list of items. I have defined ItemTemplate for list items. I want to …

wpf windows-phone-8 mvvm binding caliburn.micro
How to implement a click event for a stackpanel

I checked the stackpanel class here http://msdn.microsoft.com/en-us/library/system.windows.controls.stackpanel.aspx and it has …

c# windows-phone-8 visibility stackpanel
What is [NotifyPropertyChangedInvocator] in C# when implements INotifyPropertyChanged?

I see two types of implementation of INotifyPropertyChanged The first one: public abstract class ViewModelBase : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; …

c# wpf windows-phone-8 windows-8.1 c#-5.0
How to download files from OneDrive

I am looking to download my files in public folder from One Drive, but it doesn't download the files. Here …

c# windows-phone-8 onedrive
What does it take to run the Windows Phone 8 emulator?

With the release of Windows Phone 8 finally out there, we finally have access to the SDK. I've heard that it …

windows-phone windows-phone-8 windows-phone-8-emulator
Does any one know about this error: "Wrong Local header signature: 0x6D74683C"?

The following code is used to download a zip file and unzip it on phone. The same code used to …

c# windows-phone-7 download windows-phone-8 webrequest
Internal Server Error when doing a POST with HttpClient in Windows Phone 8

I am posting a string to a web server this way: private async Task makeRequest(string url, string postData) { HttpClient …

c# windows-phone-8 internal-server-error dotnet-httpclient asynchttpclient
Loading data in ViewModel asynchronously (with async and await) not working with databinding

I started a phone app with the default template which has a view model already defined. I modified the MainViewModel's …

c# data-binding mvvm windows-phone-8 async-await
Cannot install company app on windows phone 8

We are developing a company app for windows phone 8. I have followed every step described in Company app distribution for …

windows-phone-8 code-signing xap code-signing-certificate