일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 프로시저
- javascript
- MS
- 이클립스
- Winform
- windows
- 오라클
- Excel
- microsoft
- attr()
- IIS
- 윈도우
- 자바스크립트
- 태그를 입력해 주세요.
- 비주얼스튜디오
- 단축키
- oracle
- c#
- ASP
- 엑셀
- CONVERT()
- 윈폼
- DataGrid
- MSSQL
- 마이크로소프트
- SSRS
- replace()
- aspnet
- 리포팅서비스
- jQuery
Archives
- Today
- Total
DJ메탈짱™의 Free Style
[ASP.NET] ReportViewer 사용시 오류발생, web.config 본문
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 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 42:
Line 43: <httpHandlers>
Line 44: <add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
Line 45: </httpHandlers>
Line 46:
Source File: D:\WebApplications\Kodyaz\RSWebApp\web.config Line: 44
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
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 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 42:
Line 43: <httpHandlers>
Line 44: <add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
Line 45: </httpHandlers>
Line 46:
Source File: D:\WebApplications\Kodyaz\RSWebApp\web.config Line: 44
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
더보기 (웹페이지가 로딩시 오류발생하는 경우에 이벤트뷰어를 확인해보면.....)
Reporting Service로 구현된 소스를 Report Viewer를 사용하였을 경우인데...
ReportViewer.exe 패키지가 설치되지 않으면 오류가 발생함. 로컬에서는 비주얼스튜디오가 설치되어 있으니 문제없이 실행이 되었던 것.
--> 제일 간단한 방법으로 비주얼스튜디오가 설치된 PC(개발PC)에서 ReportViewer.exe로 검색해보면 조회가 될 것인데. 서버에서 실행하여 아래와 같이 패키지를 설치하면 해결됨.
'일(job) > MS(Microsoft)' 카테고리의 다른 글
[ASP.NET] 관리되는 통합 파이프라인 모드에 적용되지 않는 ASP.NET 설정이 있습니다. (0) | 2015.12.11 |
---|---|
[ASP.NET] 서버 위치한 pdf파일 저장, download (0) | 2015.12.08 |
[ASP.NET] HTTP 오류 500.21 - Internal Server Error (0) | 2015.12.08 |
[C#] HTML 태그 제거하기 (0) | 2015.12.08 |
[C#] LINQ to SQL(Sum) (0) | 2015.12.08 |