问题
IE9 appears to have broken my mshtml com based WebBrower html editor in my 32-bit winforms .net 3.5 application. (It has to be set to 32-bit due to an activex USB device controller I have to use.)
The bug is erratic - it doesn't happen on my system. If my customer runs IE9, and then my 32-bit application with the WebBrowser based html editor, my app hangs, no response. This did not happen with IE8.
This is so screwed up I don't even know how to formulate the question.
来源:https://stackoverflow.com/questions/6021527/winforms-problem-with-mshtml-and-ie9