What is the difference between version v2.0.50727.3053 and v2.0.50727.3074.Net framework?

I have a file from a source control that was automatically generated by another person. So he has a comment at the top of the lines:

//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.3074
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

The version in the source control contains version 2.0.50727.3074. When I recreate this file on my local development machine, it prints it with version 2.0.50727.3053.

A google search for this version number made a lot of hits, but none of them told me what the difference was between the two versions of the runtime.

I assume that I am missing some kind of update / patch / service pack, but what? I have VS2008 (9.0.30729.1) SP1 installed with .Net 3.5 SP1.


EDIT : for completeness, here is what I found in the links below:

.3053 -.Net 2.0 SP2 ( .Net 3.5 SP1)

.3074 .3082 - KB958481 ( .NET Framework 2.0 2). , .3074 Vista Win2008, .3082 WinXP Win2003.

+5
2

, .  2.0.50727.3053 .NET 3.5 SP1 2.0.50727.3074 , KB 958481, .NET 3.5 SP1.

, 29 2009 . 13:11 karelz

re: .NET Framework

2.0.50727.3074 - WinXP/Win2003 (KB 958481).

2.0.50727.3082 - Vista/Win2008.

+2

3053 -.NET Framework 2.0 SP1,
3074 -.NET Framework 2.0 SP2:

http://blogs.msdn.com/dougste/pages/asp-net-2-0-fixes.aspx

+9

All Articles