This error usually means you are mixing Flex SDK versions. Versions after the year 2010 expect 4 arguments. Prior versions use 3.
HTH, -Alex On 2/19/16, 5:01 PM, "mark goldin" <[email protected]> wrote: >But I do have a resource file. > >On Fri, Feb 19, 2016 at 6:54 PM Jason Taylor <[email protected]> wrote: > >> check these: >> >> >> >>http://stackoverflow.com/questions/2914195/cant-find-compiled-resource-bu >>ndles >> https://forums.adobe.com/thread/448455 >> https://github.com/reflex/reflex-framework/issues/9 >> >> >> -----Original Message----- >> From: mark goldin [mailto:[email protected]] >> Sent: Friday, February 19, 2016 4:48 PM >> To: users >> Subject: Help with error >> >> This is the error I am getting: >> >> ArgumentError: Error #1063: Argument count mismatch on >> mx.resources::ResourceManagerImpl/installCompiledResourceBundles(). >> Expected 3, got 4. >> at mx.core::FlexModuleFactory/installCompiledResourceBundles() >> at mx.core::FlexModuleFactory/docFrameHandler() >> at mx.core::FlexModuleFactory/docFrameListener() >> >> any idea what that might be? >> >> Thanks >>
