I am trying to deploy my webapp which includes crystal reports and charts but

I am getting this error message

Parser Error Message: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine,
 Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
 or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 70:         <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 71:         <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 72:        <add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 73:        <add assembly="CrystalDecisions.ReportSource, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 74:        <add assembly="CrystalDecisions.Shared, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>

Source File: D:\testl\web.config Line: 72

Do I need to install something to get this work?

link|improve this question

79% accept rate
feedback

1 Answer

The corresponding Crystal Reports Runtime on the Web Server.

You can find some of them here, mainly the ones for Runtime 2008: http://resources.businessobjects.com/support/additional_downloads/runtime.asp

link|improve this answer
I am hosting my app on goDaddy so do i need to ask goDaddy to install this or manually install this runtime and attach to my project? – Heena Aug 11 '11 at 7:49
I believe they need to... even if you include the Crystal assemblies referenced in your project with your deployed app it will not work because those reference some COM dlls that the runtime installs. – Carlos Quintanilla Aug 11 '11 at 7:51
feedback

Your Answer

 
or
required, but never shown

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