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 of webconfig the following
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

DeepanPosted Oct 14, 2015, 12:58 PM
Nilesh JadavPosted Oct 14, 2015, 12:41 PM
using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.ReportSource;
using CrystalDecisions.Reporting;
Thank you !!