gerardo-lijs / CrystalReportsRunner.Samples

Sample .NET 7 apps using Crystal Reports Runner NuGet packages
11 stars 4 forks source link

Runs in a docker image environment #6

Open nguyenvandu99 opened 5 months ago

nguyenvandu99 commented 5 months ago

Hello, I think the library is quite good and can run on dotnet 8. I want to run it on docker image and hope to receive help.

gerardo-lijs commented 5 months ago

Hi, glad you like the library! It was created with the idea to provide .NET Core desktop apps a way of viewing and exporting Crystal Reports which unfortunately only work with .NET Framework (4.8 for example).

Docker images are usually use in server environments, webs, API, etc. Not sure whats your architecture/project about, but you can deploy a docker image with full framework 4.8, that exposes some API to generate/export reports to PDF that you will probably be using in another web application.

Is this your case? I don't see exactly how this library could work in the potential scenario. Please do tell me more, and we can try to figure out the best deployment/architecture for your needs.