⟩ Suppose I am hitting System.InvalidOperationException in the Navigate method of the WebBrowserControl. What gives?
Don't call the navigate method from your PhoneApplication Page's constructor. you should wait until control is loaded before you Navigate.