cancel
Showing results for 
Search instead for 
Did you mean: 

error in compiling flex compilation

Former Member
0 Kudos

Hi,

I recieve following log message after deploying my application:

-


Error in compiling Flex application:

Error: Branch between 8479 and 41869 around line 0 exceeds 32K span.

If possible, please refactor this component.

Failed to compile AAD8T3.mxml

-


The only thing I know is the iView that has code AAD8T3, so I suppose the error is in it.

But what is the error and what are the objects it relates to?

Thanks,

Yulia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This is the wellknown 32K limitation from Adobe. The compiled applications are not allowed to be larger than 32K. That usually happens with larger models. You need to redesign your application and use nested iViews (basically splitting the model into multiple smaller models)

Former Member
0 Kudos

Thanks, It's very sad.

Any idea if this limitation is going to be solved?

former_member193545
Active Participant
0 Kudos

Hi

This is solved for Flex2, the up comming version of VC does not have this problem, but release dates for it are not set.

Jarrod Williams

Answers (0)