Select to view content in your preferred language

Identify Widget- Error #1053 Illegal override of FlexModuleFactory

720
2
Jump to solution
02-23-2012 07:58 AM
DavidFlack
Regular Contributor
I have an application built from the uncompiled ArcGIS Viewer for Flex (SDK version 4.5, ESRI API version 2.4).  I had a request to add Robert's Identify Widget to the application.  I was able to find a compiled version and added it to my test app- works great.  Problem is, when I try to move it to the production server Flash throws the following error:

"VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory."

My guess here is that the Identify Widget I grabbed might have been compiled using a different version of the SDK (4.1?).  Am I on the right track?  If so does anyone have an uncompiled version of the widget they could post?  It would be much appreciated.

I would assume upgrading everything to version 2.5 would also take care of the problem, but I would rather not do that to maintain consistency in my environment. 

Thanks for your help,
Dave
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Dave,

   Yep, you are on the right track. Here is the uncompiled 2.4 version.

Don't forget to click the Mark as answer check and to click the top arrow (promote) as shown below:

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Dave,

   Yep, you are on the right track. Here is the uncompiled 2.4 version.

Don't forget to click the Mark as answer check and to click the top arrow (promote) as shown below:
0 Kudos
DavidFlack
Regular Contributor
Works perfectly after recompiling.  Thanks Robert!
0 Kudos