Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

Could not load file or assembly 'CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies

Jan 20, 2012
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.


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

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.

subscribe by rss Subscribe by RSS subscribe by email Subscribe by Email

11 comments :

Sanj said...

Thank u.............:)

krishna said...

will u able to give me 'assembly' note for me

harshal said...

Thank you and very helpful post

Anonymous said...

Gracias!

Rakesh Thakre said...

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?

Petchiammal said...

On deployment: how to install CRRedist2008_x86.msi in online server?

Anonymous said...

Worked for me. Thanks :)

Anonymous said...

Terima kasih banyak (thanks a lot) from Indonesia

Unknown said...

thanks a lot

Retno said...

I'll try it. thanks a lot.

SARAVANAN SOMASUNDARAM said...

The download link is not working...

Give your Valuable Comments

Note: Only a member of this blog may post a comment.

© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.