Skip to main content
Known Participant
September 25, 2010
Question

VerifyError: Error #1014: Class mx.modules::Module could not be found.

  • September 25, 2010
  • 1 reply
  • 2029 views

I am lost here.

A module compiles and gets loaded within an application in one project . It is not optimized for it.

When it is loaded from another project i get VerifyError: Error #1014: Class mx.modules::Module could not be found.

What could it be?

sincerely,

t

This topic has been closed for replies.

1 reply

Participating Frequently
September 28, 2010

Most likely, the other project, based on how it was compiled doesn't

include those classes. The safest route would be to have the other

application load the framework as an RSL to ensure all classes the

module needs are available.

-- Daniel R. <danielr@neophi.com>

tork314Author
Known Participant
September 28, 2010

Daniel,

this is exactly how I made it compile.

But now, with all RSLs my application bloated twice as much.

The framework.swc only by itself is 1 Mb.

spark.swk is another 500Kb

I don't know what to do now with my goal to keep it under 1 Mb.