I'm stuck on a somewhat unusual problem.
The AUT (a Flex web client) has an administration component (very similar to the main app) which is next in line for automation. The problem is I can not get it to load in the browser - as soon as I instrumented the browser (both IE and Firefox) I get the bellow error.
Worh mentioning:
- as soon as I cleared the browser's cache (using CCleaner here) the page loads as usual; after instrumenting

- ATU is using robotlegs
- the main app has no problems with the instrumentation
All the best,
D.
ReferenceError: Error #1065: Variable IInjector is not defined.
at flash.system::ApplicationDomain/getDefinition()
at org.swiftsuspenders.injectionpoints::PropertyInjectionPoint/initializeInjection()
at org.swiftsuspenders.injectionpoints::InjectionPoint()
at org.swiftsuspenders.injectionpoints::PropertyInjectionPoint()
at org.swiftsuspenders::Injector/getInjectionPoints()
at org.swiftsuspenders::Injector/injectInto()
at ag.rtt.picturebook.control::ApplicationContext/mapAndInjectInto()
at ag.rtt.picturebook.control::ApplicationContext/mapServices()
at ag.rtt.picturebook.control::ApplicationContext/startup()
at org.robotlegs.mvcs::Context/checkAutoStartup()
at org.robotlegs.mvcs::Context()
at org.robotlegs.utilities.modular.mvcs::ModuleContext()
at ag.rtt.picturebook.control::ApplicationContext()
at PictureBookManagementConsole/handleApplicationContextComplete()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at org.springextensions.actionscript.context.support::AbstractApplicationContext/resourceLoadQueue_completeHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at org.springextensions.actionscript.core.operation::AbstractOperation/dispatchCompleteEvent()
at org.springextensions.actionscript.core.operation::OperationQueue/operation_completeHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at org.springextensions.actionscript.core.operation::AbstractOperation/dispatchCompleteEvent()
at org.springextensions.actionscript.core.operation::OperationQueue/operation_completeHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at org.springextensions.actionscript.core.operation::AbstractOperation/dispatchCompleteEvent()
at org.springextensions.actionscript.core.io.support::LoadPropertiesOperation/properties_completeHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at org.springextensions.actionscript.collections::Properties/LoaderComplete_handler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()