Link to home
Start Free TrialLog in
Avatar of CipherIS
CipherISFlag for United States of America

asked on

.NET 2008 Can't view Crystal Reports

I am working on a VS 2008 application.  It was copied from one server to another.  In the original server I was able to open up the Crystal Reports rpt file and make changes to it.  Now, when I open it I get below.

How do I fix .NET to view the rpt with Crystal Reports?

I've installed CRRedist2008_x86.msi and CRRedist2008_x64.msi
CrystalReports.JPG
Avatar of Ido Millet
Ido Millet
Flag of United States of America image

You need to install the Crystal For VS, not the runtime.
See: https://www.crystalreports.com/crystal-reports-visual-studio/
what you have installed is the redistribution package that you need to install on each computer running your application.

what you need to install on your development computer is the "Download Crystal Reports developer, for Microsoft Visual Studio" found at https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads
Avatar of CipherIS

ASKER

These are the files that I downloaded.  They are version 13.  The version I'm using in the app is version 10.  Would installing version 13 cause a problem?
CrystalReports001.JPG
it should work. I say it should as I haven't used VS2008 for about 10 years now!
I mean if I install v 13 it won't interfere with v 10 which is deployed in the winforms application?
it might not be compatible. See at the top of the link I gave you, it only talks about VS2010 and later
I don't know where you could find that old version. All the links seem to be dead now!
Thanks for your help. I found the Crystal Reports 2008 Viewer

https://wiki.scn.sap.com/wiki/display/BOBJ/SAP+Crystal+Reports+Viewer+Downloads
ASKER CERTIFIED SOLUTION
Avatar of CipherIS
CipherIS
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ugh.  Not working!!!!  Closed too soon.
isn't it only the viewer once again? you need the designer part that integrates into VS2008.
Avatar of Mike McCracken
Mike McCracken

I think the VS 2008 version of Crystal comes with VS2008 and is a separate install

mlmcc
I am upgrading the app to VS 2012 and see how it goes.