-
Notifications
You must be signed in to change notification settings - Fork 605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrating .net framework to standard... FastReport.Utils.CompilerException #101
Comments
danilobreda
changed the title
Compile Exception
Migration .net framework to standard... FastReport.Utils.CompilerException
Jul 16, 2019
danilobreda
changed the title
Migration .net framework to standard... FastReport.Utils.CompilerException
Migrating .net framework to standard... FastReport.Utils.CompilerException
Jul 16, 2019
5 tasks
Hello! You have to add reference to System.Core.dll in your report to use LINQ's and Environment. You can do it in Community Designer: Report -> Options -> Script. And an example of the report:
But when you are using .net standard, you have to reference another libraries: System.Linq.dll, System.Runtime.dll and System.Runtime.Extensions.dll:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Im converting a .net framework report (.frx) to this nuget, and im getting some erros when the scripts from the report are being compilled.
The OpenSource FastReport, does not support Linq, Regex and Environment class?
Thanks for this amazing framework!!!
Reference: ZeusAutomacao/DFe.NET#1001
The text was updated successfully, but these errors were encountered: