프로젝트가 로컬 컴퓨터에서 제대로 실행되지만, 서버에 배포 할 때 활성 보고서와 관련된 문제가 발생하면 도움이 될 것입니다.서버 배포 중 오류가 발생했습니다.
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'ActiveReports.PdfExport, Version=6.1.2814.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 52: Line 53:
--> Line 54:
Line 55:
Line 56:
글쎄, 오류 자체는 아주 자명하다. ActiveReports dll이 누락되었습니다. – Kinetic