Visual Studio 2005 Untrusted by IE7#
Today I upgraded one of my development machine to IE7. Everything looks fine, except I have to change the FileDownload event handler to make my code compile.
However, suddenly I found Visual Studio 2005 is complaining:
Conclusion:
Visual Studio is based on WebBrowser control (Is this news story?)
Upgrade to IE7 may break some applications (Again, is this a news story?)
Everything else works fine so far…
Error: Unable to cast COM object of type ‘mshtml.HTMLDocumentClass’ to interface type ‘ICustomDoc’
MIcrosoft MVP again