【发布时间】:2015-09-01 02:56:28
【问题描述】:
1 - 在 Windows 7 64 位 上构建 flex,当出现错误时,我可以同时得到 错误代码 和 错误消息
2015/06/15 16:47:26:192 [ERROR] MyClass Error: Error #3013: File or directory is in use.
at flash.filesystem::FileStream/open()
at MyClass/openCsv()
...
2 - 在 Windows 2008 R2 64 位 上构建 flex,当出现错误时,我可以得到 只有错误代码,但 不能得到错误信息
2015/06/15 17:15:17:215 [ERROR] MyClass Error: Error #3013
at MyClass/openCsv()
...
感谢您的帮助:)
【问题讨论】:
标签: actionscript-3 apache-flex actionscript flex4