Nokia Corporation is a Finnish multinational communications corporation. Use this tag only for programming problems specifically related to Nokia-branded devices.
Questions tagged [nokia]
721 questions
0
votes
3 answers
System.Collections.Generic.KeyNotFoundException For Seemingly No Reason
Here is my code for some settings
if (settings.Contains("dynamicOn"))
{
// Commenting out because we're trying a different way
// DynamicCheck.IsChecked = (bool)settings["dynamicOn"];
…

PatrickC
- 33
- 1
- 5
0
votes
1 answer
Can we directly deploy windows phone application to nokia lumia 710 using Application Deployment tool with developer paid account?
I am developinga phonegap application, and i doubted whether Nokia lumia 710 is suitable for application checking and can we diredtly deploy application on it using Application Deployment tool with developer account?

ajaylouis
- 247
- 1
- 4
- 18
0
votes
1 answer
nokia web apps playing sound
I have developed my first nokia web app . I am trying to play sound which saved in local storage when button clicked
this is my code but it doesn't work