Posted 30 May 2020, 2:10 pm EST
I have a class library project for .NET Framework 4.8 which contains a control hosting the ActiveReports WPF viewer.
I have two NuGet packages installed:
- GrapeCity.ActiveReports
- GrapeCity.ActiveReports.Viewer.Wpf
I have a licenses.licx file, which contains two rows:
GrapeCity.ActiveReports.SectionReport, GrapeCity.ActiveReports
GrapeCity.ActiveReports.Viewer.Wpf.Viewer, GrapeCity.ActiveReports.Viewer.Wpf
When I compile the project, it always says:
GrapeCity License Manager, 1.4
License for ActiveReports 14 is successfully generated.
CSC : error CS1566: Error reading resource ‘.gclicx’ – ‘Could not find file ‘C:.…\Debug.gclicx’.’
What I’m doing wrong?