The constructor for the ResourceBundle class had no arguments in Flex 2
but two optional arguments were added in Flex 3. So it sounds like you
are somehow mixing Flex 2 and Flex 3 code.

 

Gordon Smith

Adobe Flex SDK Team

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dan
Sent: Thursday, June 05, 2008 8:14 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] VerifyError: Error #1063: Argument count mismatch
on ... ResourceBundle().

 

Hello,

I'm wondering if someone can please help me. I'm quite new to Flex
development. I am working on a Flex 3 project and am getting the
following error when trying to load modules using <mx:ModuleLoader>. 
I've been hitting my head against the wall on this issue for several
hours now.

Thanks,
Dan

VerifyError: Error #1063: Argument count mismatch on
mx.resources::ResourceBundle(). Expected 0, got 2.

at en_US$collections_properties()
at
mx.resources::ResourceManagerImpl/http://www.adobe.com/2006/flex/mx/inte
rnal::installCompiledResourceBundle
<http://www.adobe.com/2006/flex/mx/internal::installCompiledResourceBund
le>
()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\resources\ResourceM
anagerImpl.as:310]
at
mx.resources::ResourceManagerImpl/installCompiledResourceBundles()[E:\de
v\3.0.x\frameworks\projects\framework\src\mx\resources\ResourceManagerIm
pl.as:234]
at
mx.core::FlexModuleFactory/installCompiledResourceBundles()[E:\dev\3.0.x
\frameworks\projects\framework\src\mx\core\FlexModuleFactory.as:441]
at
mx.core::FlexModuleFactory/docFrameHandler()[E:\dev\3.0.x\frameworks\pro
jects\framework\src\mx\core\FlexModuleFactory.as:411]

 

Reply via email to