I’m using flex builder 4.0 with sdk 4.6. But just discovered that my earned projects, was build on 3.5 sdk. So, I downloaded the flex sdk 3.5 and added the libraries reference in the flex builder. Then after eclipse clean & build it display a generic error 1084 (a thousand times).
1084: Syntax error: expecting rightbrace before end of program.
without path, I can’t double click it.
Solved the problem adding the sdk 3.5 library of swc into the project, using Add SWC Folder on Flex Build Path inside Flash Builder. Also, setting Framework linkage to Merged into code. Now its working with both sdk’s like a piece of cake.