I have an AIR project setup in Flex Builder 3 that copies a subclass of flash.utils.Dictionary just fine with ObjectUtil.copy() when the target player is set to 9.0.28. However, when the target player is set to 10.0.0 I get the following error when attempting to make a copy:
TypeError: Error #1034: Type Coercion failed: cannot convert flash.utils::diction...@2743cf71 to com.elasticsales.utils.ElasticDictionary. Does any one have any insight into why this is happening?

