当前位置: 代码迷 >> VC >> VC++2005添加控件成员变量 出现Internet脚本异常
  详细解决方案

VC++2005添加控件成员变量 出现Internet脚本异常

热度:4051   发布时间:2013-02-25 00:00:00.0
VC++2005添加控件成员变量 出现Internet脚本错误
VC++2005添加控件成员变量  出现Internet脚本错误 

用VC++2005创建对话框控件,添加成员变量时出现脚本错误,错误如下: 
Internet Explorer脚本错误 
行:1585 
char:2 
错误:对象不支持此属性或方法 
代码:0 
URL:file:///F:/Program%20Files/Microsoft%20Visual%20Studio%208/VC/VCWizards/CodeWiz/MFC/Variable/HTML/2052/default.htm 
请问这到底是怎么回事啊
------解决方案--------------------------------------------------------
重新打开编译器试试...
------解决方案--------------------------------------------------------
据某个帖子说,好像是因为安装了IE8的缘故。
伟大的ms,又自己打了自己一耳光。
------解决方案--------------------------------------------------------
Please follow the following steps:

-          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://blogs.msdn.com/b/vcblog/archive/2009/03/28/some-vs2005-and-vs2008-wizards-pop-up-script-error.aspx
  相关解决方案