FlexBuilder compiler bug - IWatcherSetupUtil2 et al

Posted by Marty Pitt on Stack Overflow See other posts from Stack Overflow or by Marty Pitt
Published on 2011-01-07T13:52:22Z Indexed on 2011/01/07 13:53 UTC
Read the original article Hit count: 543

Filed under:
|

I'm having a problem with FlashBuilder in what is clearly a compiler bug, but I can't track it down.

When my project is compiled inside FlashBuilder, I'm getting the following compiler errors:

Type was not found or was not a compile-time constant: [mx.binding]::IBindingClient
Type was not found or was not a compile-time constant: [mx.binding]::IWatcherSetup2
Type was not found or was not a compile-time constant: [mx.core]::IStateClient2

These errors are reported without a path or location.

My project is a flex4 project, moderately complex. It has 6 swc projects, which are referenced within a swf project. (The swf project is the one that's reporting the error).

The ANT build script compiles the project fine.

The problem exists on more than 1 PC.

How do I start tracking down what's causing the problem?

© Stack Overflow or respective owner

Related posts about flex

Related posts about flexbuilder