admin管理员组文章数量:1391766
I have a site that I am trying to navigate to using wpf webbrowser. When I navigate to it, I am getting script error, but if I navigate to the same page using IE (11) on the same pc, I am not getting any error.
I supressed the script error on web browser, but then some functionality of the web site is not available when I am accessing it from wpf webbrowser.
My questions is:
Why wpf webbrowser generate script error, when IE accesses it without any error?
Is there any free alternative to webbrowser that I can use which has not this problem?
I have a site that I am trying to navigate to using wpf webbrowser. When I navigate to it, I am getting script error, but if I navigate to the same page using IE (11) on the same pc, I am not getting any error.
I supressed the script error on web browser, but then some functionality of the web site is not available when I am accessing it from wpf webbrowser.
My questions is:
Why wpf webbrowser generate script error, when IE accesses it without any error?
Is there any free alternative to webbrowser that I can use which has not this problem?
Share Improve this question asked Mar 28, 2014 at 9:39 mansmans 18.2k54 gold badges198 silver badges347 bronze badges 1- possible duplicate of C# webbrowser Ajax call – noseratio Commented Mar 29, 2014 at 3:41
1 Answer
Reset to default 5The WebBrowser control use an older version of IE.
You need to specify the IE version you want. Take a look at this : http://weblog.west-wind./posts/2011/May/21/Web-Browser-Control-Specifying-the-IE-Version
本文标签: cWhy wpf webbrowser generate script errorStack Overflow
版权声明:本文标题:c# - Why wpf webbrowser generate script error? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744770955a2624334.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论