2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1606.cs
blobaa9ecd3fad4b613d5f39d1b4e9540e0ab275da6d
1 // cs1606.cs: Could not sign the assembly. ECMA key can only be used to delay-sign assemblies
2 // Line: 0
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
12 class MyClass {
14 public static void Main (string [] args)