Are you connecting to BusinessObjects/Crystal Reports Server to run reports or just working with Crystal Reports in your application?
If you're just working with Crystal Reports, you'll need the version 13 assemblies/runtime that I pointed you to in my prior post. DO NOT use the version 14 assemblies!
If you're connecting to BO or CRS, then you'll need the version 14 assemblies. You'll have to download them from Service Marketplace, which means you'll have to have an "S"-ID to log in. To find the download, log in to support.sap.com and do the following:
1. Click on "Download Software".
2. Click on "Installations and Upgrades".
3. Click on "Alphabetical List of My Products".
4. Click on the letter "B".
5. Click on "SBOP BI Platform (former SBOP Enterprise)".
6. Click on "SBOP BI Platform (Enterprise)".
7. Click on the version of BO that you're using. If you're using CRS, use the following mapping:
a. CRS 2008 = BO XI 3.1
b. CRS 2011 = BO 4.0
c. CRS 2013 = BO 4.1
8. Assuming that it's CRS2011/BO 4.0 (which is the version 14.0 assemblies), click on "Installation and Upgrade".
9. Click on "Windows".
10. Scroll down and look for the .NET SDK Runtime that matches the service pack that's been installed on your BO system. This is what you need to download. It should have the appropriate install files in it for your project.
NOTE: If you have both versions of the assemblies installed on your development computer, you need to be very careful not to mix the versions in your application - you need to use either all version 13.x or all 14.x. Your app won't work if you mix them.
-Dell