I am encountering a problem downloading the application to a file server,
If I ran a report included in my web application, the problem occurred:
An error occurred while processing the local report. The report definition "App_Reports \ sampleReport.rdlc" is incorrect. An unexpected error occurred while compiling expressions. The original value of the returned compiler: '[BC2001] file' C: \ Windows \ TEMP \ oxdarnay.0.vb 'was not found.
The problem occurred when I included this expression in a table in RDLC
=(Fields!Field1.Value + Fields!Field2.Value) - Fields!Field2.Value
When I do not include this expression, the report works correctly without errors.
When I run it locally on my computer, including this expression, there is no problem, what could be the problem with this? Is IIS on the file server incorrectly configured?
source share