2
Reply

using CrystalDecisions.CrystalReports.Engine;

Deepan

Deepan

Oct 14 2015 10:59 AM
713
 Hi
Am a beginner and I am getting this error.
 
The type or namespace name 'CrystalDecisions' could not be found (are you missing a using directive or an assembly reference?)  
 
I have added the reference in vs 2010 and still failed
I even tried in vs 2013 using nuget and still unsuccessfull 
I also added in vs2010 and vs2103 in <assemblies> of webconfig the following
 
<add assembly="CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
<add assembly="CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
<add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
<add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
 
 
 
I have gone through all the related topics and I tried all the methods. but no result.
I tried the following link also :
 
http://www.codeproject.com/Questions/178150/The-type-or-namespace-name-CrystalDecisions-could 
 
 
Please any one can help..?
 
Thanks in advance 
 

Answers (2)