Folks,

I am trying to use Parsley Framework for my application. I am using Flex 3.

I have included the following two libraries as Referenced Libraries :

  • parsley-flex3-2.4.1.swc
  • spicelib-flex2-2.4.0.swc

But it is showing me the following error.

Design mode: Cannot load spicelib-flex-2.4.0.swc (reason: ERROR: Load Verify). It may require classes (such as Adobe AIR components) that are not supported by design mode. Check the Eclipse error log for more details. Main.mxml "Design view" Problem

and under Eclipse Error log, it is showing this error :

Design view: Failed to load library.swf from C:\Documents and Settings\INTEL\My Documents\Downloads\parsley\release\spicelib-2.4\spicelib-flex-2.4.0.swc, reason=ERROR: Load Verify

What could be the problem ? Any idea?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Seems that this is a known issue:

https://bugs.adobe.com/jira/browse/FB-24178

link|improve this answer
I am trying to use Messaging functionality of Parsley as shown here : codesofmylife.com/2011/08/03/flex-messaging-with-parsley.. but somehow I am not able to get the reqd output. I thought the above could not load spicelib-flex-2.4.0 may be the reason for that .. – roadRunner Nov 22 '11 at 9:30
What's the debug info. Maybe the injection is not done properly. Actually I don't often use design mode, I guess it may not be the cause. – kyohiro Nov 22 '11 at 9:54
feedback

As kyohiro said, it is a known issue. Note: It is a warning, not an error. Your project should still be compilable and runnable.

link|improve this answer
I am trying to use Messaging functionality of Parsley as shown here : http://www.codesofmylife.com/2011/08/03/flex-messaging-with-parsley/.. but somehow I am not able to get the reqd output. I thought the above could not load spicelib-flex-2.4.0 may be the reason for that .. – roadRunner Nov 22 '11 at 9:30
It's a "Design view" Problem. Whatever your code issue is, it is not this – Pranav Hosangadi Nov 22 '11 at 12:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.