JS1253: Not a valid version string
Visual Studio .NET 2003
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