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.
  • 相关阅读:
    kubernetes之secret
    kubernetes的核心组件功能
    ingress
    服务发现: coredns
    service
    deployment控制pod进行滚动更新以及回滚
    init container
    service与pod关联
    Joiner
    SpringMVC 用注解Annotation驱动的IoC功能@Autowired @Component
  • 原文地址:https://www.cnblogs.com/Javi/p/6692021.html
Copyright © 2011-2022 走看看