转载自:Solution:使用Shockwave Flash Object控件的时候提示:未能导入 Activex控件,请确保它已正确注册!
Mysolution:
Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.
C:/Documents and Settings/LoveHSL>regsvr32
C:/Documents and Settings/LoveHSL>regsvr32 flash9c.ocx
上面的注册尝试没有成功,然后我去搜索了一下该控件的位置,重新注册
C:/Documents and Settings/LoveHSL>cd C:/WINDOWS/system32/Macromed/Flash
C:/WINDOWS/system32/Macromed/Flash>regsvr32 flash9c.ocx
C:/WINDOWS/system32/Macromed/Flash>
Other ref Resources:
No.1
Unable to add Flash 8 control in VS2005 - Tentative workaround...
OK - this has been causing me problems for the last day or so and I've managed to come up with a tentative workaround. When you attempt add the Shockwave Flash Object (Version 8) to a form in a new or existing project - the IDE presents the message 'Failed to import the ActiveX control. Please ensure it is properly registered'. Checking out MSDN Product Feedback centre - this issue has been reported as a 'b

当尝试使用Shockwave Flash Object控件时遇到错误提示,未能导入ActiveX控件。解决方案包括通过注册命令行注册控件,或者在Visual Studio 2005项目中复制AxInterop.ShockwaveFlashObjects.dll到Debug目录。针对VS2005的可能bug,提供了一种临时解决方法,通过手动添加和实例化控件来实现功能。
814

被折叠的 条评论
为什么被折叠?



