RSS
 

Refactoring, Error #1065

23 Oct

I received the following runtime error in a flex project recently:

Error #1065 Variable package::Component_inlineComponent1 is not defined.

I was refactoring away from some static MXML to a dynamically loaded module. I had commented out the static MXML to test the dynamic module. Everything worked great. When I un-commented the previously working static module the #1065 error was thrown.

Problem:
[Cache causing] Error #1065 Variable is not defined error.

Solution:
Project -> Clean
:)

 
1 Comment

Posted in RIA

 

Leave a Reply

 

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

 
  1. Bart

    November 12, 2008 at 3:53 am

    You are the man! Thank you! For no apparent reason my app just started doing this, I was totally dumbfounded