Questions tagged [windows-phone-7.1]

Windows Phone 7.1 is the version number of the OS and developer SDK for Windows Phone "Codename Mango". Phones running this operating system are marketed as being "Windows Phone 7.5".

The codename "Mango" update to Windows Phone 7. Made available to developers in June 2011 and scheduled for public availability later in 2011. It contains over 500 new features and 1500+ new APIs.

This tag can be considered a synonym of [windows-phone-7.5] as they both refer to the same thing.

Use of the generic tag [windows-phone-7] is recommended as more people are likely to see such questions. This, hopefully, increases your likelihood of a fast and accurate answer.

More on the confusion between 7.1 & 7.5 can be found at:

More information

Chat Room

Chat about Windows Phone with other Stack Overflow users

See for more information.

1878 questions
0
votes
2 answers

Need a little help getting Windows Phone SDK to work

Why is trying to use the Windows Phone SDK (Any version) so problematic? I have tried to install WP8 on my Windows 8 machine with Visual Studio 2012 Ultimate and despite a month of troubleshooting and searching, not a single thing has fixed the…
Arrow
  • 2,784
  • 8
  • 38
  • 61
0
votes
1 answer

Add application bar dynamically from a list

I have to add application bars at run time i have tried some codes and that does not work for me can any one suggest me a solution ? Here is my code public void createObjectsForApplicationbar(List appbarList) { int i = 0; …
0
votes
2 answers

Search control on WP7/WP7.5

Could anyone tell me which controls are used in WP7 / WP7.5 where we go on e-mails reading, and when we click on the "search" button? It appears on the top of a searchbox (a TextBox) and the middlle/bottom of the page is a little blurred. I need to…
0
votes
1 answer

Got an exception when adding application bar programatically

In my application i want to add application bar at run time.I have a list containing the application bar names and the image uri .I have to add the application bar according to the list.But i got an exception "Specified argument was out of the range…
0
votes
2 answers

how can i add lots of images to listbox

I am making this app for windows phone 7, what I do is retrieve all the images from camera roll, saved pictures and other folder and display them in the listbox inside a wrap panel so they are displayed side by side....the thumbnail of the images is…
goldsmit409
  • 478
  • 4
  • 26
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
2 answers

WP7.1 app on WP8 Device/Emulator - 'System.FormatException' occurred in mscorlib.ni.dll

My app (Silverlight & C#) built for WP7.1 works fine on 7.1 devices but not on WP8 devices, and due to this reason the app was removed from the Marketplace (the app was there in Marketplace and used by many users until the WP8 release). I tried…
0
votes
1 answer

Update local database with service-base database

I made similar code with that but I also have database on one website and I want each time user go online, it somehow transfer the new data of my service-base database to the local database.
a1204773
  • 6,923
  • 20
  • 64
  • 94
0
votes
1 answer

Connect Visual Studio with Web Server

I made account with a hosting service and they give me sql username, password and hostname... then I created database, created table and inserted some data. Now I want to connect it to my program (windows phone 7.1) by using Microsoft Sync…
0
votes
1 answer

Scroll view in WP 7.5

This is the link for the screenshot of my page (Sorry I can't upload it directly because my reputation is not enough) page Problem in number: 1: If I scroll it up it will override my notes background so it will not look good. How I can limit the…
albilaga
  • 419
  • 1
  • 10
  • 26
0
votes
1 answer

Adding a Wide Tile to WP8 app

How do I add a wide tile to my WP8 app(upgraded from wp 7.1)? I tried to follow the following guide: http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj720574(v=vs.105).aspx But I could not get it to work. Also WMAppManifest.xml does not…
0
votes
1 answer

How to know the error exception type of WebClient/DownloadStringCompletedEventArgs?

I am working on a App that get data from remote server by using WebClient class. The problem is I cannot distinguish the error is: (1) Connection timeout (2) The URL doesn't exist (3) No network connection Here is the code snippet: WebClient client…
0
votes
1 answer

Market place test failed PhoneApplicationService

I'm trying to pass my application to Microsoft market place, however I'm having 3 error in my background agent, that I don't understand. Is says: Unsupported API cannot be used by a background agent. Assembly contoso.dll was trying to use…
Pierpowl
  • 299
  • 4
  • 15
0
votes
1 answer

Windows Phone 7.5 rotate canvas which contains images

I am trying to rotate a canvas which contains few image tiles (Four 200x200 images. I put them together to make a big square). It is ok when the rotation degree is 0: When rotation degree > 0, let's say 30. There is some spaces between each image…
0
votes
2 answers

Usage of ShareMediaTask along with Isolated storage image

Is it possible to use ShareMediaTask along with the image save on the isolated storage. I tried to implement the same by applying the below given code. But when i run the code the current page flashes and comes back to the same page. var…
StezPet
  • 2,430
  • 2
  • 27
  • 49
1 2 3
99
100