Make sure you have loaded the modules correctly. You have to specify the applicationDomain of the nested module otherwise it will become a sibling.
On 4/9/12 2:35 PM, "BillF" <[email protected]> wrote: Flex SDK v3.6 Okay, I have a module that is called from an application. That module calls another module. Trying to run any RemoteObjects from the nested module is failing, resulting in the following error: TypeError: Error #1034: Type Coercion failed: cannot convert Object@d3dcad9 to mx.messaging.messages.IMessage. Viewing the RemoteObject call in CharlesProxy gives the error: "No destination with id null is registered with any service" The exact same RemoteObject call works correctly in the parent module, but not in the child module. Any ideas? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

