TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Deepan
NA
208
3.1k
using CrystalDecisions.CrystalReports.Engine;
Oct 14 2015 10:59 AM
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
Reply
Answers (
2
)
publish after Invalid object name 'cad.Event'
How to host MVC and ASPX application together