Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We are migrating a Flex/Flash Builder project from 3.5 to 4.6. We are having trouble working in Design Mode on a View that used to be easily to edit. The project compiles fine.

This is how it works on 3.5 Builder:

This is how it works on 3.5 Builder

This is how it looks now:

enter image description here

And these are the errors i get in Design View Problems:

Assets failed to compile. Design Mode is unable to display the document styles, skins, and images because the following assets have failed to compile: Details :unable to resolve '/com/bamboo/catW3/components/file/file:source='assets/noimage.png' for transcoding(dvGeneratedMainFileAssetsReferences.as - Line:26) Unable to transcode /com/bamboo/catW3/components/file/file:source='assets/noimage.png.(dvGeneratedMainFileAssetsReferences.as - Line:26)

Paths are fine, already checked and tried, also:

/Users/poolebu/catwizard/catwFlex/trunk/lib/sephiroth_ColorPicker.swc- not respondingSWC file failed to load. Any component dependent on this SWC file will not be displayed in the Design Mode.The SWC may have failed to load because of: * Incompatible definitions caused by usage of a different SDK version * Missing referred class definitions

And:

/Users/poolebu/catwizard/catwFlex/trunk/lib/sephiroth_ColorPicker.swc- not respondingSWC file failed to load. Any component dependent on this SWC file will not be displayed in the Design Mode.The SWC may have failed to load because of: * Incompatible definitions caused by usage of a different SDK version * Missing referred class definitions

share|improve this question
Seems like the libraries you are using is compiled with a very old version of Flex, and most likely incompatible with the current one. I would suggest step by step adding components until you find the one causing the mayor issue. – Yordan Yanakiev Dec 5 '12 at 15:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.