Microsoft MVP성태의 닷넷 이야기
오류 유형: 2.1. [COM+] Resolve Partial Assembly failed for Microsoft.VC80.CRT.mui [링크 복사], [링크+제목 복사],
조회: 21789
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
부모글 보이기/감추기

해보니, 위의 오류가 끝이 아니군요. ^^;

해당 DLL에 대해서 Users에 대해 Read & Execute 권한을 주고 난 후에도, 역시 다음과 같은 asp 오류가 계속되었습니다.

Server object error 'ASP 0177 : 800736b1' 

Server.CreateObject Failed 

/comp/test.asp, line 7 

800736b1 

위의 오류 메시지와 함께, Event Viewer에는 다음과 같이 System 부분에서 로그가 2개 남겨졌습니다.

Event Type:	Error
Event Source:	SideBySide
Event Category:	None
Event ID:	59
Date:		2006-04-30
Time:		오후 2:49:03
User:		N/A
Computer:	SEDONA
Description:
Resolve Partial Assembly failed for Microsoft.VC80.CRT.mui. Reference error message: Access is denied.
.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Event Type:	Error
Event Source:	SideBySide
Event Category:	None
Event ID:	59
Date:		2006-04-30
Time:		오후 2:49:03
User:		N/A
Computer:	SEDONA
Description:
Generate Activation Context failed for D:\temp2\TestATL\Release\TestATL.dll. Reference error message: Access is denied.
.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

구체적으로 어떤 이유로 인해 "Access is denied"가 발생하는지는 알 수 없으나, 해당 DLL을 포함하고 있는 "폴더"에도 "Users"에 대해 Read & Execute 권한을 주어야만 위의 오류가 발생하지 않았습니다.






[최초 등록일: ]
[최종 수정일: 3/20/2023]

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

비밀번호

댓글 작성자
 




... 151  [152]  153  154  155  156  157  158  159  160  161  162  163  164  165  ...
NoWriterDateCnt.TitleFile(s)
1285정성태5/16/201234511.NET Framework: 318. gacutil.exe로 어셈블리 등록 시 시스템 변경 사항파일 다운로드1
1284정성태5/15/201226943오류 유형: 155. Windows Phone 연결 상태에서 DRIVER POWER STATE FAILURE 블루 스크린 뜨는 현상
1283정성태5/12/201234589.NET Framework: 317. C# 관점에서의 Observer 패턴 구현 [1]파일 다운로드1
1282정성태5/12/201227321Phone: 6. Windows Phone 7 Silverlight에서 Google Map 사용하는 방법 [3]파일 다운로드1
1281정성태5/9/201234367.NET Framework: 316. WPF/Silverlight의 그래픽 단위와 Anti-aliasing 처리를 이해하자 [1]파일 다운로드1
1280정성태5/9/201227494오류 유형: 154. Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, ...'.
1279정성태5/9/201226261.NET Framework: 315. 해당 DLL이 Managed인지 / Unmanaged인지 확인하는 방법 [1]파일 다운로드1
1278정성태5/8/201227630오류 유형: 153. Visual Studio 디버깅 - Unable to break execution. This process is not currently executing the type of code that you selected to debug.
1277정성태5/8/201232593오류 유형: 152. cmd.exe - The system cannot write to the specified device. [2]
1276정성태4/28/201224454Phone: 5. 모든 Marketplace에 윈폰 앱을 등록하는 방법 [1]
1275정성태4/28/201228028개발 환경 구성: 150. 프로세스 실행으로 잠긴 파일이지만, 이름은 변경가능하다는 사실! 아셨나요? [7]
1274정성태4/17/201222716Phone: 4. "Holiday Calendar" 윈폰 응용 프로그램 등록
1273정성태4/6/201226150Phone: 3. 윈도우 폰을 위한 Holiyday Calendar 앱 개발파일 다운로드1
1272정성태4/5/201227269오류 유형: 151. ASP.NET - EcbGetUnicodeServerVariables 코드에서 System.AccessViolationException 예외 발생
1271정성태4/3/201229778Math: 6. 동전을 여러 더미로 나누는 경우의 수 세기 [1]
1270정성태3/29/201224256오류 유형: 150. Visual Studio 2010 원격 디버깅 오류 - Kerberos authentication failed
1269정성태3/27/201238218오류 유형: 149. ODP.NET 오류 - The provider is not compatible with the version of Oracle client
1268정성태3/27/201234505오류 유형: 148. WCF svc 호출 시 HTTP Error 404.17 - Not Found [1]
1267정성태3/16/201232669.NET Framework: 314. C++의 inline asm 사용을 .NET으로 포팅하는 방법 [1]파일 다운로드1
1266정성태3/14/201235772개발 환경 구성: 149. RAID 1 구성 시 하드 디스크 장애 발생 해결에 대한 경험담
1265정성태3/13/201226016VC++: 61. 아이태니엄(IA64: Itanium) 에서 겪은 C++ 포인터 연산 문제 [2]
1264정성태3/10/201245578.NET Framework: 313. WELL512 난수 발생 알고리즘 - C# [5]파일 다운로드1
1263정성태3/9/201224214개발 환경 구성: 148. tinyget 사용법
1262정성태3/8/201245088개발 환경 구성: 147. .keystore 파일에 저장된 개인키 추출 방법과 인증기관으로부터 온 공개키를 합친 pfx 파일 만드는 방법 [1]
1261정성태3/7/201225657Phone: 2. 개발자용 윈도우 폰 7 기기 등록하는 방법
1260정성태3/6/201225763Phone: 1. 윈도폰 7 개발자 (회사) 등록하는 방법 [3]
... 151  [152]  153  154  155  156  157  158  159  160  161  162  163  164  165  ...