麻烦在窗口电话7的Web浏览器中显示 [英] troubling with displaying in web browser of window phone 7

查看:49
本文介绍了麻烦在窗口电话7的Web浏览器中显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

和往常一样,我打开我的项目开始工作.但是昨天,我打开了它,但是它不起作用.
我什至没有更改我的代码.它工作的前一天和昨天都没有.
通过我在互联网上的搜索,我知道了更改网络的原因.我不知道它是否正确,我也不知道如何解决.
我的代码在下面,将google.com网站加载到Windows Phone 7的网络浏览器中.

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.

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.

推荐答案

在Visual Studio中,选择工具">选项">"Web浏览器">安全性".
然后我降低了安全性,它再次起作用.
我希望有人在我的情况下对此有所帮助.
我不知道它是否适合您,但它可以与我配合使用.
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.


这很奇怪.我又遇到了这个问题,尝试了解决方案,但是没有用.我不知道为什么.
请有人帮我.
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.


这篇关于麻烦在窗口电话7的Web浏览器中显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆