1 // cs0647-17.cs: Error during emitting `System.Reflection.AssemblyVersionAttribute' attribute. The reason is `Specified version `0.0.0.80420' is not valid'
5 using System
.Reflection
;
7 [assembly
: AssemblyVersion ("0.0.0.80420")]
11 public static int Main ()