Questions tagged [windows-phone-7.1.1]

The March 2012 CTP update to the SDK, primarily released to support the new, lower memory devices, and including a 256MB emulator alongside the standard 512MB one

The March 2012 CTP update to the SDK, primarily released to support the new, lower memory devices, and including a 256MB emulator alongside the standard 512MB one

More information

See for more information.

90 questions
0
votes
1 answer

Not able to set Adcontrol TestMode property value in WP7 app

I have added AdControl control to my windows phone application. In Xaml view designer I could see the ad preview. But when I run it in my phone I see a black box and nothing in it. I tried to set TestMode property but there is no such static or non…
0
votes
1 answer

WP7, WP8 How to set several ResourceDictionaries to use custom FontFamilies

I want to set custom fonts for some controls, so if I set a font inside the only one ResourceDictionary and use it in styles then everything works just fine. But this approach is not fine for me, because I need to have font declarations in a…
0
votes
0 answers

WP7 Binding a font in Application.Resources of App.xaml

In App.xaml Let's say I have Segoe WP How to make {BINDING ?????} Or may be there is another way of setting a FontFamily with…
0
votes
1 answer

wp7 listbox selection

I have a listBox with 1000+ items. in xaml
0
votes
0 answers

Windows 7.1 Emulator not able to connect server running on Host / VM machine

I am using Windows Phone 7.1 emulator to connect to TCP server hosted on local machine or VM system on the host machine. The emulator is not able to connect to the host TCP service. I tried with IPv4, localhost. Thanks Sandy
Sandy
  • 112
  • 1
  • 8
0
votes
0 answers

Windows Phone 7 emulator on Windows 8

I followed this "guide" to make my Windows Phone SDK 7.1.1 work on my Windows 8 Pro 32 bit. Everything works perfectly but when i run the application the emulator appears and after 30 s appears a message error "Windows phone emulator has stopped…
Marco Cadei
  • 145
  • 2
  • 4
  • 14
0
votes
1 answer

Throws Exception "Operation not permitted on IsolatedStorageFileStream" When read from isloated storage

In my app I have to download all the images from the remote server and display it in a list view .When i tried to extract the images from isolated storage I have got an exception "Operation not permitted on IsolatedStorageFileStream" .here is my…
Sujiz
  • 1,720
  • 1
  • 20
  • 30
0
votes
3 answers

How to calculate a price based on time passed in c#?

I'm currently working on an app that calculates the price a user has to pay for a service based on how much time he's spent using said service. The fee is $3.30 for the first hour and then $1.15 for every half hour after that. My timer looks…
iVikD
  • 296
  • 7
  • 21
0
votes
2 answers

Is there any way around to get Zip & address using latitude and longitude in windows phone 7.1 ?

I have used Bing Maps key reversegeocode for getting address & I am getting the desired result also but it needs bing key that expires in 90 days.So its not better method to use. I have also tried CivicAddressResolver to get the same but its not…
0
votes
5 answers

Can we install a Windows Phone 7 SDK developed app on Windows Phone 8?

Please suggest somebody. I am new Wndows Phone developer. Can we install Windows Phone 7 SDK developed apps on Windows Phone 8? I have installed Windows 7 on my system and when I tried to download and install the Windows Phone 8 SDK, Microsoft says…
0
votes
1 answer

Windows Phone - HTC - XamlParseException property Mode not found ApplicationBar

I get XamlParseException on HTC Mazaa. The code below works fine on Nokia Phones and Emulators. If I remove Property Mode from Applicationbar it starts working on HTC Mazaa as well. Why is Mode Property not recognized when running on HTC…
0
votes
1 answer

How to send data to another mobile in windows phone from server?

I am developing an app in windows phone where I enter the score of the match and the other windows phone users who has the same app should get that score as a toast notification(if any other better way suggest me). I also want to push the data to…
0
votes
1 answer

Can we call the code of MainPage.xaml.cs file from ScheduledAgent.cs when OnInvoke method is fired?

I am using PeriodicTask and ofcourse it runs for every 30 mins.Can we call the code of MainPage.xaml.cs file from ScheduledAgent.cs when OnInvoke method is fired ? I want to resued the code written in one of the method of MainPage.xaml.cs. If that…
0
votes
1 answer

how to extract json reponse returned by google api in WindowsPhone application?

I am trying to extract the response returned by google map api.I heard of Json.NET. But the reference I am trying to add to windows phone application from the location C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\ is…
krrishna
  • 2,050
  • 4
  • 47
  • 101
0
votes
1 answer

Windows Phone emulator won't start with a "Another Virtual Machine Manager is running." error

I'm using Visual Studio 2010 Express for Windows Phone (with SDK 7.1.1 update) and I'm trying to debug but when the emulator tries to launch, it gives me this error: Another Virtual Machine Manager is running. Close the other Virtual Machine…