부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. SharePoint Server 2013을 Windows Server 2016에 설치할 때 .NET 4.5 설치 오류 발생 SharePoint Server 2013을 Windows Server 2016에 설치하려는 경우, .NET 4.6이 기본 설치된 것으로 인해 다음과 같은 오류가 발생합니다. Setup is unable to proceed due to the following error(s): This product requires Microsoft .Net Framework 4.5. For the list of pre-requisites needed to install the product please refer to: http://go.microsoft.com/fwlink/?LinkID=230806 검색해 보면, 다음의 KB 자료가 있고, SharePoint 2013 or Project Server 2013 Setup error if the .NET Framework 4.6 is installed ; https://support.microsoft.com/en-us/help/3087184/sharepoint-2013-or-project-server-2013-setup-error-if-the-.net-framewo 위의 글에서 제공해주는 다음의 ZIP 파일을 내려받아, SharePoint Server 2013 with Service Pack 1 fix ; https://download.microsoft.com/download/3/6/2/362c4a9c-4afe-425e-825f-369d34d64f4e/svrsetup_15-0-4709-1000_x64.zip 압축을 풀어 나오는 svrsetup.dll 파일을 setup.exe 설치 파일이 있는 폴더에 덮어써 주면 됩니다. 대개의 경우, .ISO 파일을 마운팅해서 설치하게 될 텐데, 이런 경우 .iso 파일의 내용을 모두 로컬 드라이브로 복사한 다음 덮어써 setup.exe를 실행해 주면 됩니다. [이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.] [다음 글] 오류 유형: 404. SharePoint 2013 설치 과정에서 "The username is invalid The account must be a valid domain account" 오류 발생[이전 글] Windows: 144. Windows Server 2016에 Windows Identity Extensions을 설치하는 방법 [최초 등록일: 6/28/2017] [최종 수정일: 6/28/2017] 이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다. by SeongTae Jeong, mailto:techsharer at outlook.com 비밀번호 댓글 작성자 ... 46 47 48 [49] 50 51 52 53 54 55 56 57 58 59 60 ... NoWriterDateCnt.TitleFile(s) 12715정성태7/17/202122469오류 유형: 736. Windows - MySQL zip 파일 버전의 "mysqld --skip-grant-tables" 실행 시 비정상 종료 [1]12714정성태7/16/202115813오류 유형: 735. VCRUNTIME140.dll, MSVCP140.dll, VCRUNTIME140.dll, VCRUNTIME140_1.dll이 없어 exe 실행이 안 되는 경우12713정성태7/16/202117232.NET Framework: 1077. C# - 동기 방식이면서 비동기 규약을 따르게 만드는 Task.FromResult112712정성태7/15/202116185개발 환경 구성: 579. Azure - 리눅스 호스팅의 Site Extension 제작 방법12711정성태7/15/202116173개발 환경 구성: 578. Azure - Java Web App Service를 위한 Site Extension 제작 방법12710정성태7/15/202118824개발 환경 구성: 577. MQTT - emqx.io 서비스 소개12709정성태7/14/202114350Linux: 42. 실행 중인 docker 컨테이너에 대한 구동 시점의 docker run 명령어를 확인하는 방법12708정성태7/14/202118560Linux: 41. 리눅스 환경에서 디스크 용량 부족 시 원인 분석 방법12707정성태7/14/202185765오류 유형: 734. MySQL - Authentication method 'caching_sha2_password' not supported by any of the available plugins.12706정성태7/14/202116945.NET Framework: 1076. C# - AsyncLocal 기능을 CallContext만으로 구현하는 방법 [2]112705정성태7/13/202117367VS.NET IDE: 168. x64 DLL 프로젝트의 컨트롤이 Visual Studio의 Designer에서 보이지 않는 문제 - 두 번째 이야기12704정성태7/12/202116143개발 환경 구성: 576. Azure VM의 서비스를 Azure Web App Service에서만 접근하도록 NSG 설정을 제한하는 방법12703정성태7/11/202121498개발 환경 구성: 575. Azure VM에 (ICMP) ping을 허용하는 방법12702정성태7/11/202117261오류 유형: 733. TaskScheduler에 등록된 wacs.exe의 Let's Encrypt 인증서 업데이트 문제12701정성태7/9/202116786.NET Framework: 1075. C# - ThreadPool의 스레드는 반환 시 ThreadStatic과 AsyncLocal 값이 초기화 될까요?112700정성태7/8/202117253.NET Framework: 1074. RuntimeType의 메모리 누수? [1]12699정성태7/8/202115789VS.NET IDE: 167. Visual Studio 디버깅 중 GC Heap 상태를 보여주는 "Show Diagnostic Tools" 메뉴 사용법12698정성태7/7/202120013오류 유형: 732. Windows 11 업데이트 시 3% 또는 0%에서 다운로드가 멈춘 경우12697정성태7/7/202115102개발 환경 구성: 574. Windows 11 (Insider Preview) 설치하는 방법12696정성태7/6/202116044VC++: 146. 운영체제의 스레드 문맥 교환(Context Switch)을 유사하게 구현하는 방법212695정성태7/3/202116103VC++: 145. C 언어의 setjmp/longjmp 기능을 Thread Context를 이용해 유사하게 구현하는 방법112694정성태7/2/202118027Java: 24. Azure - Spring Boot 앱을 Java SE(Embedded Web Server)로 호스팅 시 로그 파일 남기는 방법 [1]12693정성태6/30/202114970오류 유형: 731. Azure Web App Site Extension - Failed to install web app extension [...]. {1}12692정성태6/30/202115435디버깅 기술: 180. Azure - Web App의 비정상 종료 시 남겨지는 로그 확인12691정성태6/30/202115665개발 환경 구성: 573. 테스트 용도이지만 테스트에 적합하지 않은 Azure D1 공유(shared) 요금제12690정성태6/28/202116690Java: 23. Azure - 자바(Java)로 만드는 Web App Service - Tomcat 호스팅 ... 46 47 48 [49] 50 51 52 53 54 55 56 57 58 59 60 ...