Crystal Reports 11 deployment with Visual Studio 2008

crystal-reportsvisual-studio-2008

I am using Visual Studio 2008 to create a web based report viewing page. Its working fine locally, but when i deploy it to client's web server it does not run and it gives error that crystal reports 10.5 components are missing. Client told me that server have crystal reports 11 installed.

Now my question is, is there a way i can change assembly version from web.config to use version 11 of crystal reports?

Best Answer

We usually just install the Crystal Reports Redistributable for 2008 where ever we need to install our applications.

It can usually be found in the C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5 directory

Related Topic