IE8 + Visual studio error

眉间皱痕 提交于 2019-12-11 23:37:48

问题


I finally let windows nag me into upgrading from IE6 to 8.

Now in visual studio 2008 when I try and edit an MFC dialog box, I get a "an error has occured on this page - continue running scripts? error"
The add variable screen has a warning "an add-on for this website failed to run"

Does Visual Studio 2008 work with IE8?
Is this some mysterious plot to stop people using MFC? (times are hard - I have to earn a living)
Any idea what magic setting I set to fix this?

edit - thanks to Mr Ghost, the solution is regedit.

Under “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet 
Settings\Zones”, create a new key called 1000 (if it isn't already there)
-          Under 1000, create a DWORD entry with:
Name = 1207
Type = REG_DWORD
Data = 0x000000

回答1:


You tried Google first? The First hit explains what it is and how to workaround it locally.

It has something to do with some security setting in the wizard's custom internet zone.



来源:https://stackoverflow.com/questions/926522/ie8-visual-studio-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!