Integrate flex 3.5 projects in flash builder 4 beta 2

Posted by Cyrill Zadra on Stack Overflow See other posts from Stack Overflow or by Cyrill Zadra
Published on 2010-03-06T14:53:33Z Indexed on 2010/04/16 1:03 UTC
Read the original article Hit count: 491

Filed under:
|

Hi

I'm currently using Flex Builder 3 and Flex SDK 3.5 for my projects. But I'd like to try out the new Flash Builder 4. So I downloaded and installed the new software, configured all the additional software like subversion, server adapter .. and finally a importet my 2 projects.

1) Main Project (includes a swc generated by the Library Project) (flex sdk 3.5) 2) Library Project (flex sdk 3.4)

After the import and project cleanup the project is running perfectly. But as soon as I replace the existing LibraryProject.swc through a new one (compiled with flash builder 4 beta 2 sdk 3.4)

VerifyError: Error #1014: class mx.containers::Canvas not found. VerifyError: Error #1014: class mx.containers::HBox not found. VerifyError: Error #1014: class IWatcherSetupUtil not found. ... and several others not found errors.

Does anyone has the same error. How can I get my project running again?

thanks & regards

cyrill

© Stack Overflow or respective owner

Related posts about flexbuilder

Related posts about flex3