English 中文(简体)
Why is Version.Minor of Windows Phone OS 7.1 "10"?
原标题:

A Mango phone (Windows Phone 7.5/Windows Phone OS 7.1) at my hand says "7.10.XXXX" when I executed the following code:

System.Environment.OSVersion.Version.ToString()

I expected "7.1.XXXX".

Why is the minor version number (the second number) "10" (not "1")?

Is there any convention to interpret "10" as "1" ???

问题回答

I haven t heard of any such convention; To clarify, this is how I understand it:

  • In consumer/marketing land, Windows Phone Mango is Windows Phone 7.5.
  • In developer land, the assemblies are Windows Phone 7.1, and more importantly the SDK is 7.1
  • In OS Build land, 7.10.7720.68 is Mango RTM.

Having said that, you can equate 7.10.7720 to Mango / 7.1 / 7.5 - but 7.10.8200 has been spotted in the wild, but unconfirmed whether it s Tango or Mango.

To answer your question: Pretty sure there s no convention to read 10 as 1.





相关问题
WP 7.1 Live Tiles "Unpinned" listener

I m playing with live tiles on Mango and it s all nice and all. User can delete secondary tiles and everything, but if the user "unpins" a secondary tile is there a way to know that tile is gone? I ...

Why is Version.Minor of Windows Phone OS 7.1 "10"?

A Mango phone (Windows Phone 7.5/Windows Phone OS 7.1) at my hand says "7.10.XXXX" when I executed the following code: System.Environment.OSVersion.Version.ToString() I expected "7.1.XXXX". Why is ...

Poor UDP performance with Windows Phone 7.1 (Mango)

Im trying to continuously send small UDP-packets (8 byte) as fast as possible from a Samsung Omnia 7 with Windows Phone 7.1 Beta2 refresh (Mango) to a standard PC with Windows 7 and I get very erratic ...

Mango sdk for gaming applcations

can any one share the News about the Mango SDK updates? Is it feasible to develop the gaming applications?

Mango, IE and Anchors

I have a demo page, http://forum.tiedtheleader.com/html4.php#bottom http://forum.tiedtheleader.com/html5.php#bottom and when using IE in the Mango update, the page isn t scrolling down to the anchor ...

Want to start with Windows Phone 7 development [closed]

As just now, I heard about the Windows Phone 7 development. So I would like to know the following things regarding Windows Phone 7: From where can I start with Windows Phone 7 development? What are ...

热门标签