2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0647-17.cs
blobcb940de3e1dab47057b29051f6217e984f4f3e0e
1 // cs0647-17.cs: Error during emitting `System.Reflection.AssemblyVersionAttribute' attribute. The reason is `Specified version `0.0.0.80420' is not valid'
2 // Line : 7
4 using System;
5 using System.Reflection;
7 [assembly: AssemblyVersion ("0.0.0.80420")]
9 public class Test {
11 public static int Main ()
13 return 1;