Introduction:
In this article I will explain how to solve problem of “Could not load file or assembly 'CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken= 692fbea5521e1304' or one of its dependencies” during deploy crystal reports in servers.
In this article I will explain how to solve problem of “Could not load file or assembly 'CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken= 692fbea5521e1304' or one of its dependencies” during deploy crystal reports in servers.
Description:
In Previous posts I explained crystal reports example in asp.net and pass parameters to crystal reports using asp.net. After create crystal reports if I run that application in my system it’s working fine whenever I deployed crystal reports to server I got error like
In Previous posts I explained crystal reports example in asp.net and pass parameters to crystal reports using asp.net. After create crystal reports if I run that application in my system it’s working fine whenever I deployed crystal reports to server I got error like
Could not load file or assembly 'CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken= 692fbea5521e1304' or one of its dependencies.
Generally we will get this problem because of missing crystal report runtime component in server. To solve this problem we need to install CRRedist2008_x86.msi(32 bit) or CRRedist2008_x64.msi(64 bit) based on configuration of client server. We can get it from our development machine location for that path will be here
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5
Or we can get it from here
Complete list of crystal report components details is here
After install run time component reset your IIS or restart your server and try your application it will work for you.
If you enjoyed this post, please support the blog below. It's FREE! Get the latest Asp.net, C#.net, VB.NET, jQuery, Plugins & Code Snippets for FREE by subscribing to our Facebook, Twitter, RSS feed, or by email. |
|||
|
|||
11 comments :
Thank u.............:)
will u able to give me 'assembly' note for me
Thank you and very helpful post
Gracias!
But in my application I don't want to show crystal report just need to pass report to printer without showing to end user.?
Tell me solutions over this problem?
On deployment: how to install CRRedist2008_x86.msi in online server?
Worked for me. Thanks :)
Terima kasih banyak (thanks a lot) from Indonesia
thanks a lot
I'll try it. thanks a lot.
The download link is not working...
Note: Only a member of this blog may post a comment.