1 // CS7059: Executables cannot be satellite 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
);