Solution1 :
The assembly is installed by ReportViewer.exe, you can download it here:
http://www.microsoft.com/downloads/details.aspx?familyid=8a166cac-758d-45c8-b637-dd7726e61367&displaylang=en
For Visual Studio 2005, it is located in:
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\ReportViewer\ReportViewer.exe
Solution2 :
Remove the reference to Microsoft.ReportViewer.WebForms.XmlSerializers. Then add fresh reference. The DLL location is,
C:\Program Files\Microsoft Visual Studio 9.0\ReportViewer\Microsoft.ReportViewer.WebForms.dll
Hope this helps you.