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

XAP file submission

Possible Duplicate: Error when trying to update XAP in the windowsphone dev center When I submit my .xap file I'm getting this error.Please look into this. [ScriptObject_InvokeFailed] Arguments: Debugging resource strings are unavailable. Often…
user1629646
  • 1
  • 1
  • 1
0
votes
1 answer

WP 7.1.1 Access to the database file is not allowed

My environment Windows 8 Pro with Visual Studio 2010 Ultimate with WP 7.1.1 SDK installed. I have a WP 7.1.1 application with a SQL CE database. There are 2 databases, the one that comes with the initial package and another stored in Isolated…
0
votes
1 answer

Dynamically Change Background Color of the Page on timer after Page load in windows phone 7

how to dynamically Change Background Color of the Page on timer after Page load in windows phone 7. Suppose there are 4-5 colors that need to be change after particular time.
0
votes
1 answer

How do you get the descendant elements from this xml file?

xml: http://wsf.cdyne.com/WeatherWS/Weather.asmx/GetCityWeatherByZIP?ZIP=48183 Here is my code: private void GetWeather() { WebClient web = new WebClient(); web.DownloadStringCompleted += new…
Bramble
  • 1,395
  • 13
  • 39
  • 55
0
votes
2 answers

How to stop led torch/flashlight app using Reflection in Windows Phone 7

I am making an Flashlight app, in which I need to use the camera's LED constantly on pressing ON button and OFF it on pressing the same button. I followed this article Turning on the LED with the video camera using Reflection. The ON/OFF operation…
0
votes
1 answer

HttpWebRequest on WinPhone 7.1 with and without debugger attached

I'm trying to do a simple request to a web service. Code executes in a background, not UI thread. Uri contains correct address which always return result with 200 HTTP code. Everything goes on emulator. var request = WebRequest.Create(uri); try { …
lorond
  • 3,856
  • 2
  • 37
  • 52
0
votes
1 answer

Find which button is clicked

In my windows phone application, I have a LoadMore button in one page. The loadmore button is defined in style in section. I have 2 listboxes in that page and uses the same style for both of the listboxes.…
Nelson T Joseph
  • 2,683
  • 8
  • 39
  • 56
0
votes
1 answer

Using HTML Agility Pack in windows phone 7

How can I get text in p tag behind from body tag with using Linq with HtmlAgilitypack? Iam not sure that people say htmlagility doesn't support xpath. I will parse html codes.
GokhanISIK
  • 41
  • 5
0
votes
1 answer

GeoCoordinateWatcher can't give live status or permission

The whole purpose of what is trying to be accomplished is to update my program with the current enabled or disabled state of Locations service as set from the phone's setting page. Normally you start an app and the GeoCoordinateWatcher grabs bot the…
0
votes
2 answers

Read from Windows Phone Local database

I have a database in my windows phone app. From a Table I need to select some rows. I need to apply more than one Where conditions in my query. How can I write such a query? My table contains Username, DocumentId, FileType, FileLocation, FileSize…
Nelson T Joseph
  • 2,683
  • 8
  • 39
  • 56
0
votes
1 answer

Hiding check mark in CheckBox

In my windows phone application I am using some checkboxes. When I checked a checkbox, I need to hide the check mark from that checkbox. To identify the checked items I am changing the background image of the checkbox. The "IsChecked" property of…
Nelson T Joseph
  • 2,683
  • 8
  • 39
  • 56
0
votes
1 answer

Database in WP7

I am creating a windows phone application, which need to store some data in database. Now I am saving these data in some text files in isolatedstorage. I am trying to create one database in my application and failed. Can anyone help me to create a…
Nelson T Joseph
  • 2,683
  • 8
  • 39
  • 56
0
votes
1 answer

How to update navigation URI of a secondary tile in windows phone

I have an app that can create secondary tiles on start screen based on user's choice. The secondary tile opens up a document. there is one requirement that whenever the document is renamed, the tile associated with it (if exist), its navigation uri…
Uday0119
  • 770
  • 1
  • 7
  • 23
0
votes
2 answers

Highlighting the details of middle UserControl Item of a wp7 ListBox as shown in Image

I am having a Horizontal listbox having usercontrol(150 width and 150 height as dimensions) as items. I am displaying 3 items in listbox at a time. My question is how can I detect the middle item while scrolling so that as i scroll left or right i…
pan4321
  • 841
  • 1
  • 8
  • 17
0
votes
1 answer

Accessing a DataTemplate defined in an ancestors resource

I'm trying to access the resources of a derived abstract class (from PhoneApplicationPage) in its children. Here is a more concrete example: Parent WPF
UnclePaul
  • 515
  • 5
  • 17