I have a project in VS2003 where the reporting works and deploys perfectly.
I upgraded to VS2005 and ran the upgrade wizard.
Most reports seemed to work fine on my development machine.
When I build the .msi and deploy it on a "clean" machine ie no VS/CR etc then the reporting side crashes due to
CrystalDecisions.CrystalReports.Engine
and
CrystalDecisions.windows.Forms
being missing on the target machine.
The project references both the above .dlls.
I can easily add them to the project so that they are deployed with the .msi but I don't understand why this was not necessary with VS2003
Dave