Hi,

We've got a set of classes which are the same on three PCs. Everything's the same in terms of classpath setup.

There's a set of five classes in a package called components.tumblerComponent. Each .as file starts by importing the package.

On two of the three PCs, there's no problem. But on the third...
An import from the fla timeline of any of the classes causes an error whenever there is a reference to any of the other classes:

**Error** C:\DATA\ActionScript\components\tumblerComponent\N umberTumbler.as: Line 94: The class components.tumblerComponent.NumberTumblerEventMana ger' could not be loaded.
private var eventManager : NumberTumblerEventManager;

The files are all there, they are identical across the machines (all updated from the same CVS repository), and as I say, this problem only happens on one machine.

has anyone seen anything similar? has anyone got any thoughts?

many thanks,

John