Suppose I am hitting System.InvalidOperationException in the Navigate method of the WebBrowserControl. What gives?
Answer Posted / diana
Don't call the navigate method from your PhoneApplication Page's constructor. you should wait until control is loaded before you Navigate.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how to identify a device or a user?
Explain how to sniff network traffic from the emulator?
Explain about windows phone user interface?
How to sniff network traffic from the emulator?
What happens to isolatedstorage when app is uninstalled?
Explain I am getting too many mouse leaves on my custom control.?
Suppose I am trying to detect if an external headset is attached to the phone, can I use microsoft.xna.framework.audio.microphone.isheadset?
Explain how to enable/disable alerts?
How to deserialize json from a rest call?
Suppose my site is down, and async calls are taking too long to timeout. How can I set a reasonable timeout?
What are the supported codecs for video?
Tell me where is httputility class, since there is no system.windows.browser namespace?
where is the best recommended place to store both static and user-specified configuration information?
is there an api for retrieving information on the files located in the store? I am looking to check when it was last written?
Tell me is securestring supported in windows phone?