动态加载module时出错

[SWF] E:\Project\FlexProject\bin-debug\DBMonitor.swf - 1,470,378 bytes after decompression
[SWF] E:\Project\FlexProject\bin-debug\cn\edu\uestc\view\DBSysInfo.swf - 779,510 bytes after decompression
[SWF] E:\Project\FlexProject\bin-debug\cn\edu\uestc\view\TableInfo.swf - 150,129 bytes after decompression
TypeError: Error #1034: 强制转换类型失败:无法将 mx.managers::HistoryManagerImpl@aee8791 转换为 mx.managers.IHistoryManager。
at mx.managers::HistoryManager$/get impl()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\managers\HistoryManager.as:96]
at mx.managers::HistoryManager$/register()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\managers\HistoryManager.as:134]
at mx.containers::ViewStack/commitProperties()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\containers\ViewStack.as:649]
at mx.containers::TabNavigator/commitProperties()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\containers\TabNavigator.as:504]
at mx.core::UIComponent/validateProperties()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:5807]
at mx.managers::LayoutManager/validateProperties()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:539]
at mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:659]
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:8628]
at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:8568]
解决方法:
只要在代码上加入如下语句就可以解决问题
import mx.managers.IHistoryManager;
var ihm:IHistoryManager;

你可能感兴趣的:(C++,c,C#,Adobe)