Posted 27 August 2020, 4:56 pm EST
After installing Active Reports in a winforms project through NUGet, I have run into a problem where it looks like it’s not recognizing newer versions of the dependant dll’s as being compatible.
WARNING: Unable to find dependency ‘GRAPECITY.DOCUMENTS.COMMON’ (Signature=‘D55D733D2BFD5065’ Version=‘3.1.0.519’) of assembly ‘GrapeCity.ActiveReports.dll’
In the above warning it says grapecity.activereports.dll needs grapecity.documents.common v3.1.0.519, however grapecity.documents.common v3.2.0.550 is installed.
The dependencies for grapecity.activereports, it lists GrapeCity.Documents.Common (>= 3.1.0.519 && < 4.0.0)
I am not sure where to go from here.
VS 2019 ver 16.7.2
Net Framework 4.7.2