Trying to invoke a RemoteObject method from within a module that's loaded by the main application results in a Flash Actionscript error:
TypeError: Error #1034: Type Coercion failed: cannot convert [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> to mx.messaging.messages.IMessage. Here's the error on the LCDS side [Flex] 11/07/2007 14:06:40.515 [ERROR] [Message.General] Error handling message: flex.messaging.MessageException: No destination with id 'null' is registered with any service. The exact same RPC code executed from within the main application returns without errors Obviously, a valid destination is set for my RemoteObject instance. Any ideas? Thanks.

