VS 2005 Installer Project Version Number -


i getting error hit version number 1.256.0: error 4 invalid product version '1.256.0'. must of format '##.##.####'

the installer fine 1.255.0 256 (2^8) doesn't like. found stated on msdn.com: version property must formatted n.n.n, each n represents @ least 1 , no more 4 digits. (http://msdn.microsoft.com/en-us/library/d3ywkte8(vs.80).aspx)

which make me believe there nothing wrong 1.256.0 because meets rules stated above.

does have ideas on why failing now?

this article says there major , minor max of 255.

http://msdn.microsoft.com/en-us/library/aa370859(vs.85).aspx


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -