Suppose I am hitting System.InvalidOperationException in the Navigate method of the WebBrowserControl. What gives?
Answer / 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 |
Some images look different when synced to the device and read programmaticaly. Do decoders change these?
Tell me is there an api for retrieving information on the files located in the store? I am looking to check when it was last written?
What is Send to AP and who gets it?
How to pin an app on the emulator?
is there a way to know if my code is running on emulator or device?
Where is httputility class, since there is no system.windows.browser namespace?
How to access the liveid credentials a user has entered into the device?
Explain starting with april ctp refresh, I can compile and debug my xna game, but it does not show up in list of applications when I am not launching it on thedebugger?
Explain how to sniff network traffic from the emulator?
Tell me is there a way to detect if application is idle?
Explain how to detect if my application is exiting so I can save state?
Tell me in my code the method marked by [ondeserialized] is never called after deserialization. Is this a known issue?