1 // CS1606: Could not sign the assembly. ECMA key can only be used to delay-sign assemblies
4 using System
.Reflection
;
6 [assembly
: AssemblyKeyFile ("cs1606.pub")]
8 // note that cs1606.pub is the ECMA key (same as mcs/class/ecma.pub)
9 // this is the same as cs1548-3.cs (Missing private key in strongname file)
10 // expect the the error code is different for the ECMA key
14 public static void Main (string [] args
)