// cs0246-5.cs: The type or namespace name `AAAA' could not be found. Are you missing a using directive or an assembly reference? // Line: 7 using System; [assembly:CLSCompliant (true)] [AAAA(false)] public sealed class Region { public Region() {} }