Developers:
1. Uninstall any earlier versions of the Crystal SDK - the new one does not "play well" when installed side-by-side with older versions.
2. Download and install the latest version of "Install Executable" from http://scn.sap.com/docs/DOC-7824. This will integrate the SDK into Visual Studio.
3. Upgrade your application to the .NET 4.0 framework.
4. Set the application to target either x86 or x64 - NOT "Any CPU".
4. In the properties for the SDK assembly references, set "Embed Interop Types" to False.
5. Recompile.
Runtime:
1. Get one of the runtime installs from the link above - use the same 'bitness" as your application. Which one you choose will depend on what type of install you want to do. I tend to avoid the "Click Once" installs, but it's up to you.
2. Install the file you downloaded in step 1.
3. Install your application.
-Dell