Peter Cowling
08-24-2009, 02:11 PM
I had quite a time trying to solve this error.
It would show up at compile time, and basically tell me that some class (ILayoutElement in my case) could not be found.
I could not work out why, until Michael VanDaniker over at Axiis datavizualisation (http://www.axiis.org) told me that this problem had previously been solved by altering the order in which .swc's were compiled.
The solution, then, in flex builder is to go to Flex Build Path, Library Path tab, select whichever sdk you are using for the project, click on the .swc need to be reprioritized and then use the up/down buttons to affect the change.
In my case, I needed to move framework.swc up to second position.
It would show up at compile time, and basically tell me that some class (ILayoutElement in my case) could not be found.
I could not work out why, until Michael VanDaniker over at Axiis datavizualisation (http://www.axiis.org) told me that this problem had previously been solved by altering the order in which .swc's were compiled.
The solution, then, in flex builder is to go to Flex Build Path, Library Path tab, select whichever sdk you are using for the project, click on the .swc need to be reprioritized and then use the up/down buttons to affect the change.
In my case, I needed to move framework.swc up to second position.