Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
DataSet ds_rpt = MotherClass.RunDsQuery(new SqlCommand("SELECT * FROM GroupD_18_19 where photocontent is Null and Stage ='6'"));

        for (int i = 0; i < ds_rpt.Tables[0].Rows.Count; i++)
        {
            ReportDocument rptDoc = new ReportDocument();
        }

This is the error msg i am getting on while loading the Report on rptDoc
Severity	Code	Description	Project	File	Line	Suppression State
Error		Method 'get_HistoryInfos' in type 'CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper' from assembly 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' does not have an implementation.		D:\My Projects\Western Railway\RRC_Code\RRCWR_08_04_2019\Attendance_Sheets\S_G_1_Attandance.rpt	1	


What I have tried:

Install CrystalDecision.ReportAppServer from Nuget package
Posted
Updated 15-Oct-20 2:49am
v3
Comments
CHill60 15-Oct-20 8:25am    
We can't see your screen, view your code nor read you mind. Share the code that his throwing this error - the using statements at least!
Sandeep Mewara 15-Oct-20 8:45am    
Error is clearly sharing the issue:
Error Method 'get_HistoryInfos' in type 'CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper' from assembly 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' does not have an implementation.

See where ever you are referring get_HistoryInfos

1 solution

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