Fixing IE8 Issue
chrixx | May 16, 2009Recently, after updating to IE8 on Vista x64, I am encountering problems while trying to load web pages in multiple tabs. The tab would open and will be stuck at Connecting forever. After some amount of Googling, I found a solution which fixes the problem (as described here). Doing the following should fix this problem:
1) Run command prompt with administrator rights (Start > type ‘cmd’ > Right click on Command Prompt shortcut and select “Run as Administrator”)
2) type ‘regsvr32 actxprxy.dll’ (ignore quotes) to re-register the ActiveX dll.






