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.