The following table lists the versions of the Visual C++ 9 CRT DLLs. This is particularly useful to know when you want to manually deploy the CRT DLLs, and hence need to ensure your application’s EXE and DLL manifests all use the same version of the CRT.
| Description | CRT Version |
| VC++ 9.0 (default Visual Studio 2008 installation) | 9.0.21022.8 |
| VC++ 9.0 with Feature Pack | 9.0.30411.0 |
| VC++ 9.0 with SP1 | 9.0.30729.1 |