zoukankan      html  css  js  c++  java
  • SharePoint 2016 installation error The program can not start because api-ms-win-crt-runtime-l1-1-0.dll is missing

    In this post we will discuss how we can resolve the issue The program can not start because api-ms-win-crt-runtime-l1-1-0.dll is missing while installing SharePoint 2016 Beta in windows server 2012 R2 machine. This error comes exactly when I run the SharePoint Products Configuration Winzard. When I start this the error comes as:
     
    the program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing. Try reinstalling the program to fix this problem.
     
     
    You may read:
     
     
     
    Apart from this also you may receive errors like:
     
    An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown.  Additional exception information: Failed to call GetTypes on assembly Microsoft.Office.TranslationServices, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c. Could not load file or assembly 'Microsoft.Office.TranslationServices.MachineTranslation.dll' or one of its dependencies. The specified module could not be found. Could not load file or assembly 'Microsoft.Office.TranslationServices.MachineTranslation.dll' or one of its dependencies. The specified module could not be found.
     
    Microsoft.office.server.search.native.dll or one of its dependencies. The specified module could not be found.
     
    It looks like below:
     
    Solution:
    The problem is with the Windows update and few installations. I have followed the below approach to solve the issue. 
     
    For run your windows update and while checking for updates (To check update go to Start -> Control Panel -> Windows Update), after checking finished you will see in the optional update section about the update on KB2919355 which is around 900MB. Update this one first and once everything is properly updated, restart the machine one again.
     
    Then download and install KB2999226-x64.
     
    If you will try to install KB2999226 before installing KB2919355 then you might face an issue like below:
     
    The update is not applicable to your computer.
     
     
     
    It should give successful message.
     
    Hope this post will be helpful.
  • 相关阅读:
    在“安装”阶段发生异常。 System.Security.SecurityException: 未找到源,但未能
    [转]C# 实现Jwt bearer Authentication
    json序列化数据超出最大值(maxJsonLength)
    設計之家-教程
    Python Dom 的介绍和使用day1
    Python CSS day2
    回顾
    Python CSS day1
    Python HTML day2
    Python HTML day1
  • 原文地址:https://www.cnblogs.com/Javi/p/6692021.html
Copyright © 2011-2022 走看看