Can anyone guide me on this?
Could not find file 'C:\home\site\wwwroot\ReportRDLC\ADV_TR_Balance_Ver2_1.rdlc'. Description: An unhandled exception occurred during the execution of the current web request.
in C#
I tried by adding file in BIDS 2019
Can anyone guide me on this?
Could not find file 'C:\home\site\wwwroot\ReportRDLC\ADV_TR_Balance_Ver2_1.rdlc'. Description: An unhandled exception occurred during the execution of the current web request.
in C#
I tried by adding file in BIDS 2019
Since the stack is giving a IO error, here's a few things you should check,
the file permission of 'C:\home\site\wwwroot\ReportRDLC\ADV_TR_Balance_Ver2_1.rdlc'
This should be accessiable by IIS_IUSRS
the file is actually exist in the specified location
the account identity of the Application Pool that your site is running on should have sufficient permission to access ADV_TR_Balance_Ver2_1.rdlc, similar issue as 1.