New Error what does it indicate? Internal Compiler Error: ...Boo.Lang...(BCE0055)

Hi,
Just had an error pop up out of the blue with the files in the Aperture Cutscene Editor. I get the following error:
Internal Compiler Error: Method not found: ‘!0[ ] Boo.Lang.Compiler.Ast.NodeCollection’1.Select(Boo.Lang.Compiler.Ast.NodeType)’…(BCE0055)

Any Idea what would cause this? I tried updating to the November 29th update but still have the same problem.

Thanks,
-Matt

I can’t post the entire script because its from the asset store but:

removing these two lines:
@script AddComponentMenu(“Cutscene/Actions/Follow Curve”)

@script ExecuteInEditMode()

make the errors in that class go away. They should be fine… any idea?

A reinstall of unity fixed the problem. Strange.