That sounds like the error from ModuleLoader. The call to create the module class returned null. I've seen that happen when loading a module is restricted by security, or the module is loaded into another application domain. I think you can also cause it by unloading the module or maybe not having hard references to the module, or if the module is not a DisplayObject.
-Alex On 11/4/13 3:42 AM, "Fréderic Cox" <[email protected]> wrote: >Hi, > >I have recently migrated an online Flash applications (Content Managing >System) from Flex 4.1 to Apache Flex 4.10. I now have a bugreport from a >user who receives an error while loading a module: > >"Could not create module (moduleName)" > >I have searched this error on Google and I only find a reference on >http://mail-archives.apache.org/mod_mbox/incubator-flex-commits/201204.mbo >x/%[email protected]%3E > >stating: > >+# Symbols >+ >+# ModuleLoader >+ >+couldNotCreateModule=Could not create module '{0}'. > >Can anyone shed some light on this error? I am not able to reproduce it so >it might be a timing issue. Is it a network issue or how can I see where >this error is thrown? > > > >-- >View this message in context: >http://apache-flex-users.2333346.n4.nabble.com/Could-not-create-module-err >or-tp3514.html >Sent from the Apache Flex Users mailing list archive at Nabble.com.
