// cs1548-2.cs: Error during assembly signing. The speficied file `cs1548-2.cs' does not have a private key // Line: 0 using System.Reflection; [assembly: AssemblyKeyFile ("cs1548-2.cs")] class MyClass { public static void Main (string [] args) { } }