Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

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

New Here ,
Sep 25, 2010 Sep 25, 2010

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

TOPICS
Developers
2.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 28, 2010 Sep 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>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 28, 2010 Sep 28, 2010
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines