Posted 13 June 2022, 2:49 am EST
Hi,
I have upgraded from AR 7 to AR14. Everything have gone very well and all documentation is good. Except for this problem. I can’t edit my SectionReport. It works fine as I run the report, but it dose not work to design it.
To make it easy to find the problem. I’ve taken your Sample project WinWiewer and just adit a SectionReport1.vb to it. I get this error on the design:
Could not load file or assembly ‘GrapeCity.ActiveReports.Core.Rdl, Version=1.8.13.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff’ or one of its dependencies. It can not find the file.
Instances of this error (1)
at GrapeCity.ActiveReports.SectionReport…ctor()
— End of stack trace from previous location where exception was thrown —
at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)
In output as I try ReBuild it gives this information: error BC30002: Type ‘GrapeCity.ActiveReports.SectionReport’ is not defined. error BC30002: Type ‘GrapeCity.ActiveReports.SectionReportModel.PageHeader’ is not defined. error BC30002: Type ‘GrapeCity.ActiveReports.SectionReportModel.Detail’ is not defined. error BC30002: Type ‘GrapeCity.ActiveReports.SectionReportModel.PageFooter’ is not defined. error BC30284: sub ‘Dispose’ cannot be declared ‘Overrides’ because it does not override a sub in a base class.
First I used the latest Nuget, 14.3.21055. I have also tryed a Nuget coresponding to latest hotfix from you, 14.2.20743.
I’ve spent a couple of days looking through this forum. But now I do not know what to more look for.
Kind regards, Paul