We have customized unmanaged application using .net 3.5 windows forms, VS2010. We have used System.Windows.Forms.WebBrowser control and DocumentText property worked until IE8. But if I upgrade tolatest IE11, this property crashes application and shows "Application stopped working..."
We are using Win 7, Autodesk Utility Design (AUD) 2009.
I have placed Windows Forms WebBrowser control in a Form and used the below code
webBrowser1.DocumentText="<HTML><HEAD><TITLE>Your Title Here</TITLE></HEAD><BODY>This is a new paragraph</BODY></HTML>";
Another problem noted which does not involves any code. I just launched AUD from desktop shortcut / start menu and shows same message as above "AutoCAD Application has stopped working"
Error messages from event log..Event1000,Application error.Faulting application name: acad.exe, version:23.2.711.0, time stamp:0x49e42240Faultingmodule name: mshtml.dll, version:10.0.9200.17088, time stamp:0x53eeeef8Exception code:0xc0000005Fault offset:0x00b2f7ceFaulting process id:0x2158Faulting application start time:0x01cfd841be92f07bFaulting application path: C:\Program Files(x86)\Autodesk UtilityDesign2009\acad.exeFaultingmodule path: C:\Windows\SysWOW64\mshtml.dllReportId:022cdf32-4435-11e4-bf00-a4db30b9b366
Its same case for IE10 and IE11. In my case I have installed IE10. If I uninstall IE10 and go back to IE8, then everything works
The same issue also exists in Skype at http://community.skype.com/t5/Windows-desktop-client/skype-crashing-version-6-20-80-104-Windows-8/td-p/3644721