Click here to Skip to main content
15,890,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm working with asp.net 3.5 version. I've to open a project in asp.net 2.0 version. While opening some conversion problem occurs and while running an error is occuring:
"Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, version=9.1.3300.0, Culture=neutral, public keyToken=692fbea521e1304' or one of its dependencies".

What can I do with this?
Posted
Updated 11-Dec-11 20:54pm
v2

Here an important bunch for you

Crystal report - Important links[^]
 
Share this answer
 
This error occours cause you don't have CrystalDecisions.CrystalReports reference in C:\Windws\Assembly
either give reference of crystal report or remove existing reference from Pages.
 
Share this answer
 
Comments
Member 8502032 8-Jan-12 3:00am    
Removing references for version 9.1.3000 would cause the codes not understand the required namespaces
Hi,

It may be due to the comaptibility issue

remove all crystal report references and add them again. This will solve your issue.

Hope this helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900