Worked Solution (Thanks to Mike!
http://forums.microsoft.com/msdn/Sho...postid=2846285):
1. First Build your project for platform x86 (Project - Properties - Build - Target Platform - x86)
2. Then install this script on the Target machine (where you intend to run your Application):
(Because my Application was working fine on my Development Machine which had Visual Studio, Crystal Reports installed and was failing on Deployment machine which had none)
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\CrystalReports\CR Redist2005_x86.msi
You'll notice that Business Objects were copied (C:\Program Files\Common Files\Business Objects)
and Crystal Reports for .NET Framework 2.0 (x86) in the (Control Panel - Add Remove Programs)
Not sure, if your machine is a 64-bit, running
C:\Program Files\Microsoft Visual Studio 8\Crystal Reports\CRRedist\X64\CRRedist2005_X64.msi
would fix it ???
Good Luck!
-ap
ap