cancel
Showing results for 
Search instead for 
Did you mean: 

fix error

Former Member
0 Kudos

I have visual studio 2010 and write code with c# how to fix this error i have crystal report and published in debug then published but show this error how to fix this error

Error 4 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.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. PHARMACY_AKRE

Error 5 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_64bit_13_0.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. PHARMACY_AKRE

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Your application is attempting to download CR Basic that was included with VS 2008 and previous.

Also CR for VS installer and runtime redist packages are here for VS 2010 -> 2015:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

All CR Assemblies are version 13 so if any references are not that version replace them, recompile and the use the redist package to deploy your app.

First link to integrate into VS, all others are for distribution only, do not install them on your DEV PC.

Don

Answers (0)