We've got an older ASP.NET Web Forms app. I just replaced 8 Crystal Reports .rpt files and 1 .aspx file. Now, a file I did NOT replace is complaining with the following error message:
Server Error in '/ClientSystem' Application.
<div align="center"> </div> The network path was not found
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ComponentModel.Win32Exception: The network path was not found Source Error:
 
Line   261:                ...

Go to the complete details ...