Expand my Community achievements bar.

Issue on LCCS GroupSpecifier and NetGroup

Avatar

Level 2

Hi

I am building a Flex Web application using lccs.swc.

However, I am getting follwoing errors

1046: Type was not found or was not a compile-time constant: GroupSpecifier

1046: Type was not found or was not a compile-time constant: NetGroup

If I switch to use Flex Desktop application with lccs.swc, it seems ok.

Does it mean I have to use lccsFlash.swc for all Flex Web Application?

Thanks

3 Replies

Avatar

Employee

Hi Alan,

You need to modify your Flex compiler settings. I am assuming you are using 10.1 lccs swc, and compiling against flash player 10 or below.

Thanks

Arun

Avatar

Level 2

Yes I am using 10.1 swc.

I have my Flex compiler setting to 10.1, still see this issue.

I tried to switch between the Flex SDK from 4.1 to 3.5, no luck at all.

Alan

Avatar

Level 2

I just try the 10.0 version, and it works fine. Then I relaunch my builder, use the 10.1 again. Now it works!!

Thanks