Expand Minimize
This topic has not yet been rated - Rate this topic

JS1253: Not a valid version string

Not a valid version string. Expected format is major.minor[.build[.revision]]

The code defines a global AssemblyVersion attribute for the assembly, but the version string passed to the attribute does not have the correct form. The version string must have the format "major.minor[.build[.revision]]".

To correct this error

  • Make sure the version string has the format "major.minor[.build[.revision]]".

See Also

Troubleshooting Your Scripts | JScript Reference | AssemblyVersionAttribute Class

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.