S
Siew Fai
hi All,
In the documentation
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfSystemReflect
ionAssemblyVersionAttributeClassTopic.htm there is a sentence "A version
number such as [assembly:AssemblyVersion("1.2.*.6")] specifies 1 as the
major version, 2 as the minor version, accepts the default build number, and
specifies 6 as the revision number.".
This is ideal for the software we're developing, we really want the revision
to stay 0 and let the assembly do its build count for us. When I use this
and compile, I get the following error:
E:\...\AssemblyInfo.cs(29): Error emitting
'System.Reflection.AssemblyVersionAttribute' attribute -- 'The version
specified '1.1.*.0' is invalid'
Does any one has any idea?
Siew Fai Hoy
In the documentation
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfSystemReflect
ionAssemblyVersionAttributeClassTopic.htm there is a sentence "A version
number such as [assembly:AssemblyVersion("1.2.*.6")] specifies 1 as the
major version, 2 as the minor version, accepts the default build number, and
specifies 6 as the revision number.".
This is ideal for the software we're developing, we really want the revision
to stay 0 and let the assembly do its build count for us. When I use this
and compile, I get the following error:
E:\...\AssemblyInfo.cs(29): Error emitting
'System.Reflection.AssemblyVersionAttribute' attribute -- 'The version
specified '1.1.*.0' is invalid'
Does any one has any idea?
Siew Fai Hoy