cancel
Showing results for 
Search instead for 
Did you mean: 

Cant get CrystalDecisions.Shared 11.5.3300.0 installed on server, can only

Former Member
0 Kudos

Hi

I've got a problem on my server that does not repro on my dev box.

it's trying to load CrystalDecisons.shared v 11.5.3300.0

My dev box has 11.5.3300.0 and 11.5.3700.0 for that dll.

my server only has 11.5.3700.0.

Seems like a straight forward problem.

so I goto the wiki,

https://wiki.sdn.sap.com/wiki/display/BOBJ/Crystal%20Reports%20for%20Visual%20Studio%20.NET%20Runtim...

get the XI 2005 r4 MSI, run it on my server... No 11.5.3300.0.

How do i get this installed on myserver.

I tried removing allthe references to 3300 and replaceing them wtih 3700 in my code, but something i have no

source for is still loading the 3300 version.

How can i get my server like my dev box , having both versions there?

Thanks,

Eric-

Accepted Solutions (1)

Accepted Solutions (1)

former_member184995
Active Contributor
0 Kudos

If you want the 3300 dlls you need to install this CrystalReports11_5_NET.msi (.NET 2003) MSI.

11.5.3300 are 1.1 runtimes, 11.5.3700 are 2.0 runtimes.

If you are installing the one that ends in 2005 you will get the 11.5.3700 ones.

Someplace in your application you are refering to the 11.5.3300 runtimes for something. You should be able to find it if you look enough. Check the html of any pages where you have a crystal reports viewer especially since it may be hard coded there.

Answers (0)