Crystal support asked me to check my crystal references. Version should be 9.2.3300.0 instead of 9.1.5000.0 (CR for VS.NET 2003).

Indeed some of my references are pointing to 9.1.5000.0 so I changed them by removing them from the solution explorer and adding the correct version of references.

The ff. are the list of references I changed:
CrystalDecisions.CrystalReports.Engine
CrystalDecisions.Reportsource
CrystalDecisions.Shared
CrystalDecisions.Web


I changed also all assemblies pointing to 9.1.5000 to 9.2.3300.0 in the webconfig file.

Here's the bummer that I can't figure out why. Once I start to REBUILD the project, my CR references goes back to the old one.

Also, if I save the project with the new references and I exit my VS IDE, when I open the same project, my CR references goes back to the old version.

I'm stumped!