http://localhost:8080 Vs http://127.0.01:8080 - VerifyError: Error #1053
Hi,
I have library project which built on flex 2.0, i converted in to 3.0 with flex sdk (flex_sdk_3.3.0.4852 version).
Library project successfully build with flex 3.3.0.4852 version and genereated swc (libraryXX.swc),
When runnning my application with libraryXX.swc(deployed in tomcat 5.5) with http://localhost:8080/app - i have no error,
But when i run same application with http://127.0.0.1/app am getting following verify error.
Please Let me know how to solve this issue..
ERROR:
VerifyError: Error #1053: Illegal override of lockedRowCount in mx.controls.dataGridClasses.DataGridBase.
at flash.display::MovieClip/nextFrame()
at mx.managers::SystemManager/deferredNextFrame()
at mx.managers::SystemManager/preloader_initProgressHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.preloaders::Preloader/timerHandler()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
Regards
Srinivas Sanga
