vs2008 MFC资源编辑添加成员变量向导出现脚本错误的解决方法


装了IE8后,用Visual Studio 2008 添加MFC类时总是提示脚本错误。
解决方案:
1、打开注册表编辑器
2、找到 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones
3、在Zones下新建一个子项,名称为“1000”(注意不要引号)
4、在"1000"里新建一个 DWORD(32位)的数值,数值名称为 1207,数值数据为 0
5、重启VS
Open regedit (on a 64-bit OS, open the 32-bit 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:
o Name = 1207
o Type = REG_DWORD
o Data = 0x000000

本文来源于Eddy Blog http://www.rrgod.com/ , 原文地址:http://www.rrgod.com/skill/706.html


相关文章:

  • 2022-02-07
  • 2022-12-23
  • 2021-07-23
  • 2021-12-20
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案