简体   繁体   中英

IE10 broke axWebBrowser control

I maintain the code for a private company's proprietary web browser that its employees use to conduct their work. The browser uses the axWebBrowser COM object rather than the .NET WebBrowser control. I just updated to IE10 to test the browser with the new version and the axWebBrowser events stopped firing. I know I'm most likely going to have to update the browser to the .NET control, but I was wondering if anyone knows why the axWebBrowser control stopped working.

Thanks.

There are some compatibility issues with IE10 and legacy controls, there are patches available for this.

http://msdn.microsoft.com/en-us/library/ie/hh869299(v=vs.85).aspx

Also refer ASP.NET 4 Breaking Changes http://www.asp.net/whitepapers/aspnet4/breaking-changes

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM