2016-09-07 2 views
0

프로젝트가 로컬 컴퓨터에서 제대로 실행되지만, 서버에 배포 할 때 활성 보고서와 관련된 문제가 발생하면 도움이 될 것입니다.서버 배포 중 오류가 발생했습니다.

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:

+3

글쎄, 오류 자체는 아주 자명하다. ActiveReports dll이 누락되었습니다. – Kinetic

답변

1

ActiveReports.PdfExport dll이 서버에 없거나 다른 버전 인 것으로 보입니다. 버전이 동일하고 CopyLocal 속성이 true로 설정되어 있고 배포 서버에 복사되어 있는지 확인하십시오.

+0

덕분에 고쳐주었습니다. 서버의 버전이 내 로컬 PC의 버전과 다릅니다 – asma

+0

도움이된다면 답을 표시해주세요. 감사 – AbdiasM