Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

[현상]

1. Windows SharePoint Service 2.0 설치
2. .NET Framework 2.0 Beta 설치

"http://localhost" 로 네비게이션을 하게 되면 역시 오류 화면을 접할 수 있습니다.

[해결]
1. 우선, 오류 화면을 확인해야 하는데, 그러기 위해서는 web.config 파일의 customErrors 태그의 mode 값을 Off 등의 값으로 바꿔주어야 합니다. 수정해야 할 web.config 은 다음의 경로에 있습니다.
C:\Inetpub\wwwroot\web.config

2. 일단, mode 값을 off 로 설정한 후 다시 localhost 로 네비게이션을 하면 에러메시지는 다음과 같습니다.

!"ValueType mismatch"

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.BadImageFormatException: !"ValueType mismatch"

음,,, 아마도 .NET Framework 2.0 에서의 메서드 변화로 맞지 않는다고 불평하는 듯 합니다. ^^ 어쩔 수 없이 WSS 의 가상 웹 애플리케이션을 .NET Framework 2.0 을 사용하지 말라고 설정해야 할 것 같습니다.

3. IIS 관리자에서 "기본 웹 사이트" 의 속성창에서 "ASP.NET" 탭을 누르고, ASP.NET Version 을 1.1.4322.0 으로 바꿔줍니다. 이렇게만 하면 일단 "http://localhost" 로의 네비게이션은 정상적으로 되는 것을 확인할 수 있습니다. 하지만 "SharePoint 중앙 관리" 도 동작을 안하기 때문에 역시 그것도 ASP.NET 의 버전을 바꿔주어야 합니다.








[최초 등록일: ]
[최종 수정일: 12/27/2004]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 



2004-12-31 12시19분
영문 윈도우즈에서 영문 WSS 2.0 을 설치 후, .NET Framework 2.0 Beta 를 설치한 경우에는 ASP.NET Version 이 2.0 으로 바뀌지는 않더군요. 왜... 한글에서는 바뀌는 걸까요? ^^
techsharer

... 121  122  123  124  125  126  127  128  129  [130]  131  132  133  134  135  ...
NoWriterDateCnt.TitleFile(s)
1805정성태11/5/201421864.NET Framework: 476. Visual Studio에서 Mono용 Profiler 개발 [3]파일 다운로드1
1804정성태11/5/201428113.NET Framework: 475. ETW(Event Tracing for Windows)를 C#에서 사용하는 방법 [9]파일 다운로드1
1803정성태11/4/201420215오류 유형: 261. Windows Server Backup 오류 - Error in backup of E:\$Extend\$RmMetadata\$TxfLog
1802정성태11/4/201422203오류 유형: 260. 이벤트 로그 - Windows Error Reporting / AEAPPINVW8
1801정성태11/4/201427428오류 유형: 259. 이벤트 로그 - Windows Error Reporting / IPX Assertion / KorIME.exe [1]
1800정성태11/4/201418218오류 유형: 258. 이벤트 로그 - Starting a SMART disk polling operation in Automatic mode.
1799정성태11/4/201422949오류 유형: 257. 이벤트 로그 - The WMI Performance Adapter service entered the stopped state.
1798정성태11/4/201431712오류 유형: 256. 이벤트 로그 - The WinHTTP Web Proxy Auto-Discovery Service service entered the stopped state. [1]
1797정성태11/4/201417391오류 유형: 255. 이벤트 로그 - The Adobe Flash Player Update Service service entered the stopped state.
1796정성태10/30/201424429개발 환경 구성: 249. Visual Studio 2013에서 Mono 컴파일하는 방법
1795정성태10/29/201426966개발 환경 구성: 248. Lync 2013 서버 설치 방법
1794정성태10/29/201422395개발 환경 구성: 247. "Microsoft Office 365 Enterprise E3" 서비스에 대한 간략 소개
1793정성태10/27/201423025.NET Framework: 474. C# - chromiumembedded 사용 - 두 번째 이야기 [2]파일 다운로드1
1792정성태10/27/201423160.NET Framework: 473. WebClient 객체에 쿠키(Cookie)를 사용하는 방법
1791정성태10/22/201422897VC++: 83. G++ - 템플릿 클래스의 iterator 코드 사용에서 발생하는 컴파일 오류 [5]
1790정성태10/22/201418424오류 유형: 254. NETLOGON Service is paused on [... AD Server...]
1789정성태10/22/201421018오류 유형: 253. 이벤트 로그 - The client-side extension could not remove user policy settings for '...'
1788정성태10/22/201423092VC++: 82. COM 프로그래밍에서 HRESULT 타입의 S_FALSE는 실패일까요? 성공일까요? [2]
1787정성태10/22/201431265오류 유형: 252. COM 개체 등록시 0x8002801C 오류가 발생한다면?
1786정성태10/22/201432623디버깅 기술: 65. 프로세스 비정상 종료 시 "Debug Diagnostic Tool"를 이용해 덤프를 남기는 방법 [3]파일 다운로드1
1785정성태10/22/201421829오류 유형: 251. 이벤트 로그 - Load control template file /_controltemplates/TaxonomyPicker.ascx failed [1]
1784정성태10/22/201429920.NET Framework: 472. C/C++과 C# 사이의 메모리 할당/해제 방법파일 다운로드1
1783정성태10/21/201423344VC++: 81. 프로그래밍에서 borrowing의 개념
1782정성태10/21/201420077오류 유형: 250. 이벤트 로그 - Application Server job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance
1781정성태10/21/201420500디버깅 기술: 64. new/delete의 짝이 맞는 경우에도 메모리 누수가 발생한다면?
1780정성태10/15/201424139오류 유형: 249. The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
... 121  122  123  124  125  126  127  128  129  [130]  131  132  133  134  135  ...