Integrate flex 3.5 projects in flash builder 4 beta 2
- by Cyrill Zadra
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