1 // cs0647-16.cs: Error during emitting `System.Reflection.AssemblyCultureAttribute' attribute. The reason is `The executables cannot be satelite assemblies, remove the attribute or keep it empty'
5 using System
.Reflection
;
7 [assembly
: AssemblyCulture("es")]
8 [assembly
: AssemblyVersion("1.2.3456.7")]
16 Console
.WriteLine (typeof(MyClass
).Assembly
.FullName
);