svn path=/branches/mono-1-1-9/mcs/; revision=50438
[mono.git] / mcs / errors / cs1548-2.cs
1 // cs1548-2.cs: Error during assembly signing. The speficied file `cs1548-2.cs' does not have a private key
2 // Line: 6
3
4 using System.Reflection;
5
6 [assembly: AssemblyKeyFile ("cs1548-2.cs")]
7
8 class MyClass {
9
10         public static void Main (string [] args)
11         {
12         }
13 }