Hi,
i've problems with a windows forms application that sometimes crashes outside the clr (no exception is thrown)
on a specific client.
The error report shows a problem in mshtml.dll i told the customer to do windows update but the error occurred again (and is apparently random)
the versions of mshtml.dll are 8.0.6001.18975 and now 8.0.6001.19046 (windows xp sp3).
may it be some additional component of ie8 ? should we do a clean windows install to solve it ?
The client has a lot of applications opened (at the time of the crash) and 3 instances of ie8 (he does not use tabs) plus my application.
My code uses the WebBrowser control Navigate method to browse htmls saved on the local file system.
No problems with other clients.
Thanks
Manuel