Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
As usual, i open my project to work. But yesterday, i opened it and it doesn't work.
I even did not change my code. The day before it work and yesterday it did not.
Through my search on internet, I knew that's cause by changing Network. I don't know if it's right and i don't know how fix it.
my code is below, which loads site google.com to web browser of window phone 7.
C#
private void webBrowser1_Loaded(object sender, RoutedEventArgs e)
 {
     Uri u = new Uri("google.com", UriKind.RelativeOrAbsolute);
     webBrowser1.Navigate(u);
 }

Please help me.
Thank for reading.
Posted

in visual studio, choose Tools>Options>Web browser>Security.
Then i lowed down security and it works again.
I hope if someone is in my situation would be helped with this.
I do not know if it is right on you but it worked with me.
 
Share this answer
 
It's strange. I got this problem again and i tried my solution but it did not work.I don't know why.
Please some one help me.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900