Converting Crystal Report RPT to FastReport FRX in C#

1.3k Views Asked by At

I'm thinking about migration from Crystal Report to FastReport and as I see, there is converter from RPT format to FRX format. I tried to compile it on VS 2015, but it doesn't want to. There is zero errors in output, but IDE is telling me it's unable to compile due to errors.

1

There are 1 best solutions below

2
On

Don't compile the reports. Change the build action to Content. "Content" means that it is a deployable project item, it signals that the file needs to be copied to the target machine.