cleol
[mcs.git] / errors / cs0647-16.cs
blobb3252fd15a13429a188699e740d636de06f23807
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'
2 // Line: 7
4 using System;
5 using System.Reflection;
7 [assembly: AssemblyCulture("es")]
8 [assembly: AssemblyVersion("1.2.3456.7")]
10 namespace NS
12 class MyClass
14 static void Main ()
16 Console.WriteLine (typeof(MyClass).Assembly.FullName);