Migrating from Open Source
I am in the process of trying to migrate from the open source to the standard product. Does anyone have any experience or a link to instructions on how to do this?
This link: https://www.fast-report.com/en/blog/show/use-core-web-api/ was not helpful because it is 3 years out of date.
I am using .NET 5.0 MVC for our project. When I remove the NuGet packages for the opensource and replace it with the local copies of the NuGet packages, I get a lot of errors about unresolved namespaces and a message saying I have to target Windows as a build target.
Any pointers would be appreciated.