Skip to content
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

RDLC with parameter throw exception when project be published with "PublishSingleFile #175

Closed
ericc8321 opened this issue Feb 13, 2024 · 1 comment

Comments

@ericc8321
Copy link

ericc8321 commented Feb 13, 2024

Attached a simplified project. It ran fine. However when I publish with:

<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>true</PublishReadyToRun>

It flow exception while rendering one RDLC with parameter.

An error occurred during local report processing.
   at Microsoft.Reporting.NETCore.LocalReport.EnsureExecutionSession()

image
image
ConsoleAppRDLC.zip

@lkosson
Copy link
Owner

lkosson commented Feb 13, 2024

Publishing to single file and/or AoT compilation won't work. See #49 for details.

@lkosson lkosson closed this as not planned Won't fix, can't repro, duplicate, stale Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants