【发布时间】:2009-05-29 15:13:59
【问题描述】:
我终于让 Windows 唠叨我从 IE6 升级到 8。
现在在 Visual Studio 2008 中,当我尝试编辑 MFC 对话框时,我收到“此页面发生错误 - 继续运行脚本?错误”
添加变量屏幕有警告“此网站的插件无法运行”
Visual Studio 2008 能否与 IE8 一起使用?
这是阻止人们使用 MFC 的神秘阴谋吗? (时代很艰难 - 我必须谋生)
知道我设置了什么魔法设置来解决这个问题吗?
编辑 - 感谢 Ghost 先生,解决方案是 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
【问题讨论】:
标签: visual-studio-2008 internet-explorer