Posted 30 January 2019, 1:58 am EST
Yes, you read that right, I’m upgrading from ActiveReports 6 to v13. Have an old class library wrapper and win32 application that was written in 2007, and over the years over 400 reports have been created using it. Well, upgrade time has arrived.
I installed v13, and slowly started replacing all the references, and while all the errors have been eliminated, the library still won’t build, I had to enable “Diagnostic” output in VS2017 to even see the errors. The errors are:
error BC30002: Type ‘GrapeCity.ActiveReports.SectionReport’ is not defined.
error BC30002: Type ‘SectionReport’ is not defined.
Intellisense is working and the above Types are detected ok, it just won’t build. Tried the usual tips of removing all references, adding them again. Nothing. Also noted that the licenses.licx file was not being created, added a temporary ARReport to the library as the help suggests, nothing, no licx created. Tried pasting the suggested text for the licx file, no joy, error changes to
Unable to resolve type ‘GrapeCity.ActiveReports.SectionReport, GrapeCity.ActiveReports’
What could be the issue?
Also note that I’m working with a trial license as I’ve not yet gotten approval to purchase the license.
Environment:
Win 10 x64
VS 2017
AR13 installed but on Trial License