Access violation for TWebBrowser: fixes didn't work at all



Dear developers, I've made a small application that uses a TWebBrowser
component. Inside this TWebBrowser, there are many scripts and there's
a lot of interaction between IE and the program itself. With IE6 no
problems.

With IE7, I get this exception:
Access violation at address 00669BE1 in module 'MySQLNewsManager.exe'.
Read of address 00000000

I searched the Internet and found several pages describing this very
problem, but none of the fixes worked. Disabling FEATURE_OBJECT_CACHING
(like described in
http://msdn.microsoft.com/library/default.asp?url=/workshop/essentials/whatsnew/whatsnew_70_sec.asp)
is completely USELESS.

Can you help me?

Thank you in advance.

.