"An error occurred while parsing the configuration file. The ReportServerVirtualDirectory element is missing. "
After doing some search&research, this is the workaround.
Lookin the RSWebApplication.config for the "<ReportServerVirtualDirectory>"
It will look something like this<ReportServerVirtualDirectory></ReportServerVirtualDirectory>
change to
<ReportServerVirtualDirectory>ReportServer</ReportServerVirtualDirectory>

Leave a comment