Error: Branch between 7684 and 41198 around line 0 exceeds 32K span
Error: Branch between 7684 and 41198 around line 0 exceeds 32K span.
Error :
I am using Flex Builder 1.5, today when i compile a mxml file , i received the following error:
[exec] Error: Branch between 7684 and 41198 around line 0 exceeds 32K span.
If possible, please refactor this component.
Solution
This is an error that is produced in Flex 1.5 in order to alert you that
your code needs refactoring in order to decrease the number of visually
rendered mxml tags in a single file. There is more information in the FAQ
here, including how exactly to refactor your code:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
This is an error that is produced in Flex 1.5 in order to alert you that
your code needs refactoring in order to decrease the number of visually
rendered mxml tags in a single file. There is more information in the FAQ
here, including how exactly to refactor your code:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 4

0 Comments:
Post a Comment
<< Home