I was at a local university computer lab presenting a website I work on and I discovered something that looked really unusual to me. Their machines had Internet Explorer 8 installed, but when you check the version number (Help->About Internet Explorer) it listed the version number as 6.0. It also gave me an "Operation Aborted" error that is supposed to be gone in IE8. Has anyone else run across this situation?
feedback
|
migrated from stackoverflow.com May 13 '10 at 3:14
This question came from our site for professional and enthusiast programmers.
|
It sounds to me like the IE8 upgrade did not complete. It could be the case that not all the files were copied, or some of the new DLLs were not registered. Since you mentioned you saw this in a lab, it's also possible that the weirdness is a side effect of whatever deployment mechanism the sysadmins used--some enterprise deployment tools don't physically execute the installers on every individual machine; they just replicate the same changes to all the machines. If some Registry entries or files were not properly replicated, this could have also left the machine in a limbo state. | |||
|
feedback
|
|
In earlier versions of IE you could enable a debug mode where it reported itself to websites as whichever IE version you set. I remember a debug menu being enabled. I don't think it changed the reported version in the about box. No idea if this feature is in IE8. | |||
|
feedback
|