Thursday, September 5, 2013

VS2010: Error “…you must download file ‘Crystal Reports for .NET Framework 4.0\CRRuntime_32bit_13_0_1.msi’…”

To enable ‘Download prerequisites from the same location as my application’ in the Prerequisites dialog box, you must download file ‘Crystal Reports for .NET Framework 4.0\CRRuntime_32bit_13_0_1.msi’ for item ‘SAP Crystal Reports Runtime Engine for .NET Framework 4.0′ to your local machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=239883
If you ever experienced this error when adding SAP Crystal Report Runtime Engine for .NET Framework 4.0, and you choose “Download prerequisites from the same location as my application” , here’s the solution…
1. Download the msi installer from SAP website.
2. Copy the CRRuntime_32bit_13_0_1.msi’ and CRRuntime_64bit_13_0_1.msi’  file to <Program Files folder>\Microsoft SDKs\Windows\<version>\Bootstrapper\Packages\Crystal Reports for .NET Framework 4.0
Now you can compile your setup project with pleasure.

No comments:

Post a Comment