现在的位置: 首页 > 综合 > 正文

VS2008 MFC添加类向导弹出脚本发生错误解决办法

2018年07月10日 ⁄ 综合 ⁄ 共 537字 ⁄ 字号 评论关闭

 

装了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

 

转自:http://blog.csdn.net/ypist/article/details/8214598

抱歉!评论已关闭.