**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs1606.cs
blobb8b2bd5df550f3758cb1ea43f6d3a4f533c0169f
1 // cs1606: Couldn't strongname the assembly. ECMA key can only be used to delay-sign assemblies.
2 // Line: 6
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)