부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. Hyper-V 연결 오류 - A connection will not be made because credentials may not be sent to the remote computer 어느 순간부터 Hyper-V 내의 가상 머신 콘솔에 연결하려고 하면 다음과 같은 오류가 발생했습니다. [그림 1: Hyper-V 가상 머신 연결 오류] 다행히 해결 방법이 검색 1순위로 ^^ 공개되어 있습니다. "A connection will not be made because credentials may not be sent to the remote computer" FIX* ; https://social.technet.microsoft.com/Forums/en-US/961c2dd6-c34a-4b17-a10f-a3afdd9db3f0/quota-connection-will-not-be-made-because-credentials-may-not-be-sent-to-the-remote-computerquot?forum=virtualmachingmgrhyperv 내용인 즉, Hyper-V 관리자에서 "Hyper-V Settings" 메뉴를 선택하고, [그림 2: Hyper-V Settings 메뉴 선택] "User Credentials"의 "Use default credentials automatically (no prompt)" 선택값을 해제하고 "Delete Saved Credentials" 메뉴를 선택해서 기존 캐쉬된 인증 정보를 삭제하라는 것입니다. [그림 3: User Credentials 설정] 그런데, 저 같은 경우에는 "Use default credentials automatically (no prompt)" 선택값이 이미 해제된 상태였습니다. 재미있게도, 오히려 그 선택값을 "설정"하고 저장을 하니 접속 오류 문제가 해결되었습니다. [이 토픽에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.] [다음 글] .NET Framework: 179. Dictionary.Get(A) 대신 Dictionary.Get(A.GetHashCode())를 사용해서는 안 되는 이유[이전 글] 개발 환경 구성: 79. Hyper-V의 가상 머신에서 소리 재생 방법 [최초 등록일: 6/30/2010] [최종 수정일: 6/13/2021] 이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다. by SeongTae Jeong, mailto:techsharer at outlook.com 비밀번호 댓글 작성자 ... 121 122 123 124 125 126 127 [128] 129 130 131 132 133 134 135 ... NoWriterDateCnt.TitleFile(s) 2887정성태3/13/201521768.NET Framework: 507. CoreFx 빌드하는 방법2886정성태3/13/201523520오류 유형: 274. CoreFx, CoreCLR 빌드 시 "error CS0518: Predefined type 'System.Object' is not defined or imported" 오류 해결 방법2885정성태3/13/201534612VS.NET IDE: 99. Visual Studio는 2019는 32비트, 2022부터 64비트 버전입니다. [2]2884정성태3/12/201528155.NET Framework: 506. .NETCore = CoreFX + CoreCLR [5]2883정성태3/10/201525254.NET Framework: 505. OpenCover 소스 코드 분석을 Visual Studio 2013에서 하는 방법 [1]2882정성태3/10/201523981.NET Framework: 504. OpenCover 코드 커버리지 도구의 동작 방식을 통해 살펴보는 Calli IL 코드 사용법2881정성태3/9/201524669개발 환경 구성: 261. OpenCover 오픈 소스를 이용한 .NET 코드 커버리지(Code coverage)2880정성태3/7/201522784개발 환경 구성: 260. C# Code Coverage 도구 - Semantic Designs 소개2879정성태3/3/201527897개발 환경 구성: 259. Visual Studio 없이 Visual C++ 컴파일하는 방법2878정성태2/28/201528840.NET Framework: 503. == 연산자보다는 Equals 메서드의 호출이 더 권장됩니다. [3]12877정성태2/28/201522487.NET Framework: 502. 연산자 재정의(operator overloading)와 메서드 재정의(method overriding)의 다른 점 - 가상 함수 호출 여부 [3]12876정성태2/27/201525242VS.NET IDE: 98. IntegraStudio - Visual Studio에서 Java 프로그램 개발2875정성태2/26/201524189디버깅 기술: 72. Visual Studio 2013에서의 sos.dll 사용 제한2874정성태2/26/201520599디버깅 기술: 71. windbg + 닷넷 디버깅 (2) - null 체크 패턴2873정성태2/25/201538377.NET Framework: 501. FtpWebRequest 타입을 이용해 FTP 파일 업로드 [4]12872정성태2/25/201522446디버깅 기술: 70. windbg + 닷넷 디버깅 (1) - 배열 인덱스 사용 패턴2871정성태2/24/201526405개발 환경 구성: 258. 윈도우 8.1에서 방화벽과 함께 FTP 서버 여는 (하지만, 권장하지 않는) 방법 [1]2870정성태2/24/201527590개발 환경 구성: 257. 윈도우 8.1에서 방화벽과 함께 FTP 서버 여는 방법2869정성태2/23/201521346.NET Framework: 500. struct로 정의한 값 형식(Value Type)의 경우 Equals 재정의를 권장합니다.12868정성태2/23/201526011VS.NET IDE: 97. Visual C++ 프로젝트 디버깅 시에 Step-Into(F11) 동작이 원치 않는 함수로 진입하는 것을 막는 방법 [2]2867정성태2/23/201519764오류 유형: 273. File History - Failed to initiate user data backup (error 80070005)2866정성태2/23/201521620오류 유형: 272. WAT080 : Failed to locate the Windows Azure SDK. Please make sure the Windows Azure SDK v2.1 is installed.1868정성태2/20/201518524오류 유형: 271. The type '...' cannot be used as type parameter 'TContext' in the generic type or method 'System.ServiceModel.DomainServices.EntityFramework.LinqToEntitiesDomainService<T>1866정성태2/20/201519686오류 유형: 270. "aspnet_regiis -i" 실행 시 0x00000006 오류 해결 방법1865정성태2/20/201521012.NET Framework: 499. 특정 닷넷 프레임워크 버전 이후부터 제공되는 타입을 사용해야 한다면?1864정성태2/18/201525913.NET Framework: 498. C#으로 간단하게 만들어 본 ASCII Art 프로그램 [2]1 ... 121 122 123 124 125 126 127 [128] 129 130 131 132 133 134 135 ...