FastReport.NET report with script - The type 'CollectionBase' is defined in an assembly that
Im am testing FastReport.NET Core in an Net Core 2.0 web application
I have added a script to a report.
Running the web app I get:
CompilerException: (14,6): Error CS0012: The type 'CollectionBase' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Collections.NonGeneric, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
FastReport.Code.AssemblyDescriptor.InternalCompile()
FastReport.Code.AssemblyDescriptor.Compile()
FastReport.Report.Compile()
FastReport.Report.Prepare(bool append)
FastReport.Report.Prepare()
How to solve this issue?
Thank you.
I have added a script to a report.
Running the web app I get:
CompilerException: (14,6): Error CS0012: The type 'CollectionBase' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Collections.NonGeneric, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
FastReport.Code.AssemblyDescriptor.InternalCompile()
FastReport.Code.AssemblyDescriptor.Compile()
FastReport.Report.Compile()
FastReport.Report.Prepare(bool append)
FastReport.Report.Prepare()
How to solve this issue?
Thank you.