vote up 2 vote down star

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?

flag

7 Answers

vote up 1 vote down

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

link|flag
This worked for us as well. – Paul G Feb 12 '09 at 9:52
vote up 0 vote down

Did you try re-adding the references to the Crystal DLLs in your project? Crystal 11 is not directly compatible with VS2008, so you may need to find the DLLs manually (try c:\windows\assembly\GAC and c:\windows\assembly\GAC_MSIL). After your project has been updated to use the 11.* DLLs, this should work on the client's machine.

FWIW -- the Crystal 10.5 DLLs you are referencing in your project now are most likely the DLLs for Crystal Basic 2008 (the version that comes with .NET).

Another option to guarantee the client has the DLLs would be to include the Crystal XIR2 merge modules.

link|flag
vote up 0 vote down

I'm very reliably informed that the differing versions of Crystal are designed to sit side by side to the point that if you build against 10.5 (as ships with VS 2008), then you have to have the 10.5 binaries there (Redistributables should be under C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages ).

Alternately, as the client has CR11 installed, you could install that on your dev boxes, and build against that -- at which point you'll find their side-by-side support fails slightly and all your other projects run the risk of being upgraded to v11.

link|flag
vote up 0 vote down

We are still using VB6 and Crystal Reports 9, We would like to upgrade to the latest Crystal that will operate with ActiveX controls. Aka the viewer will run in VB6. Suggestions please

link|flag
2  
Ask a new question?? – DJ Feb 5 '09 at 18:38
vote up 0 vote down

There is a way to redirect the assembly version to CR 11. This link gives the full info for assembly binding redirection.

http://msdn.microsoft.com/en-us/library/7wd6ex19.aspx

link|flag
vote up 0 vote down

try the following link about deploying crystal reports .

http://vb.net-informations.com/crystal-report/vb.net_crystal_report_deployment.htm

bolt.

link|flag
vote up 0 vote down

Hate to beat this issue to death but I have a problem: Windows 2003 Server Crystal Merge Modules for v9 and 10.0 installed

Deploying a (small) VS2008 project using Crystal v10.5

I have installed the redist pkg in the C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages folder. Even tried one direct from Business Objects.

Neither one works. The report, at best, returns a "page not found" error when attempting to display the report, which we export to .pdf.

Help!

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.