Flex Builder 3: Vector type not found
If you get the following compilation error in Flex Builder 3, ’1046: Type was not found or was not a compile-time constant: Vector.’, then it’s probably a lie!
This error actually comes from the type being used for the Vector, and not the Vector itself. For example, if you have the following:
var dataSets:Vector.<Entity>;
Then if you don’t have the correct import reference for the Entity class, then it will give the ‘Type was not found’ compilation error.
-
Calendar
June 2013 M T W T F S S « Jul 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 -
Meta





