AssemblyVersionAttribute is causing compile error!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Siew Fai

    AssemblyVersionAttribute is causing compile error!

    hi All,

    In the documentation
    ms-help://MS.VSCC.2003/MS.MSDNQTR.2003 FEB.1033/cpref/html/frlrfSystemRefl ect
    ionAssemblyVers ionAttributeCla ssTopic.htm there is a sentence "A version
    number such as [assembly:Assemb lyVersion("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:\...\Assembly Info.cs(29): Error emitting
    'System.Reflect ion.AssemblyVer sionAttribute' attribute -- 'The version
    specified '1.1.*.0' is invalid'

    Does any one has any idea?

    Siew Fai Hoy



Working...