Click here to Skip to main content
15,887,421 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I got this error while building a window application in visual studio 2010 c#.net. Any one hd solve this error plz help me...

Error 12 'Final_Prj.EmpReport' does not contain a definition for 'ReportDefinition' and no extension method 'ReportDefinition' accepting a first argument of type 'Final_Prj.EmpReport' could be found (are you missing a using directive or an assembly reference?)
D:\Gaurav\Task18-02-2013\Final Prj\Final Prj\EmpReport.cs
55 29 Final Prj

Error 14 'Final_Prj.EmpReport' does not contain a definition for 'ReportDefinition' and no extension method 'ReportDefinition' accepting a first argument of type 'Final_Prj.EmpReport' could be found (are you missing a using directive or an assembly reference?)
D:\Gaurav\Task18-02-2013\Final Prj\Final Prj\EmpReport.cs
63 29 Final Prj

Error 16 'Final_Prj.EmpReport' does not contain a definition for 'ReportDefinition' and no extension method 'ReportDefinition' accepting a first argument of type 'Final_Prj.EmpReport' could be found (are you missing a using directive or an assembly reference?)
D:\Gaurav\Task18-02-2013\Final Prj\Final Prj\EmpReport.cs
71 29 Final Prj

Error 18 'Final_Prj.EmpReport' does not contain a definition for 'ReportDefinition' and no extension method 'ReportDefinition' accepting a first argument of type 'Final_Prj.EmpReport' could be found (are you missing a using directive or an assembly reference?)
D:\Gaurav\Task18-02-2013\Final Prj\Final Prj\EmpReport.cs
79 29 Final Prj

Error 20 'Final_Prj.EmpReport' does not contain a definition for 'ReportDefinition' and no extension method 'ReportDefinition' accepting a first argument of type 'Final_Prj.EmpReport' could be found (are you missing a using directive or an assembly reference?)
D:\Gaurav\Task18-02-2013\Final Prj\Final Prj\EmpReport.cs
87 29 Final Prj

Error 9 The type or namespace name 'CrystalReports' does not exist in the namespace 'CrystalDecisions' (are you missing an assembly reference?)
D:\Gaurav\Task18-02-2013\Final Prj\Final Prj\EmpReport.cs
16 28 Final Prj

Error 11 The type or namespace name 'CrystalReports' does not exist in the namespace 'CrystalDecisions' (are you missing an assembly reference?)
D:\Gaurav\Task18-02-2013\Final Prj\Final Prj\EmpReport.cs
53 33 Final Prj

Error 13 The type or namespace name 'CrystalReports' does not exist in the namespace 'CrystalDecisions' (are you missing an assembly reference?)
D:\Gaurav\Task18-02-2013\Final Prj\Final Prj\EmpReport.cs
61 33 Final Prj
Posted
Comments
Sergey Alexandrovich Kryukov 5-Mar-13 23:35pm    
Not even a question, just dump. We cannot answer non-questions, sorry.
—SA
Uday P.Singh 5-Mar-13 23:45pm    
did you even tried to find out the reason of these errors?
Gaurav Jadhav 6-Mar-13 0:40am    
i tried lots of time but unable to resolved this error...
i download all the files or s/w related to CR but not worked....
if u know pls help me uday....
Aarti Meswania 6-Mar-13 1:04am    
when u open report for editing is it shows hexa-codes instead of proper design?
Gaurav Jadhav 6-Mar-13 1:41am    
no i'll show me above mentioned errors...

1 solution

Install proper version of crystal reports. Based on your visual studio version, check these
Crystal Reports for Visual Studio 2010[^]
SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads[^]
 
Share this answer
 

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



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