For some strange reason one of my VB6 applications began giving me fits when I tried to open it in the Visual Studio Editor. It started complaining that ieframe.dll was missing. So, after a brief panic, I began to investigate. This application has a webbrowser control in it that is used to view HTML content. What on earth would cause this? What changes have I made to cause this? I had installed Visual Studio 2005 recently but I’d used both VB6 and VB2005 side by side for a couple of weeks with no problems.
Think, think, think…oh yeah, I did install IE7 beta. Could that have done it? It makes sense. So I uninstalled the beta version (I wasn’t caring that much for it anyways).
Sure enough my VB6 app came back to life after removing IE7 beta.
Ah, thanks. I recently had this problem aswell.
I have no idea how to uninstall IE 7.
Control Panel >> Add or Remove Programs >> Look for Internet Explorer 7 Beta 2 unistall.
Might want to try using the “shdocvw.dll” instead of “ieframe.dll”. It seems VB6 gets confused when IE7 is installed and starts using ieframe instead of shdocvw.
–Andre
but i want to use both of them. what is the relation between them. grrr