Skip to main content
Participant
April 26, 2019
해결됨

Acrobat.exe システム エラー

  • April 26, 2019
  • 1 답변
  • 728 조회

「コンピューターに api-ms-win-crt-conio-l1-1-0.dll がないため、プログラムを開始できません。この問題を解決するには、プログラムを再インストールしてみてください。」

上記エラーが出て起動ができません。

アンインストールしてやり直しても、マイクロソフトからC++2015をインストールしても解決できません。

    이 주제는 답변이 닫혔습니다.
    최고의 답변: tgmadobe

    api-ms-win-crt-conio-l1-1-0.dll は、PCに「C ランタイム ライブラリ (CRT) 」がないから起こるのだろうと考えました。

    C++2015や2017などアップデートファイルでは解決できなかったので、Universal C Run-Time Library (UCRT) は、C++ に適合するために必要な C 標準ライブラリの大部分をサポートしている「Visual Studio」をインストールすれば直るかもと考え、

    Visual Studio 2019 をダウンロードしたら直りました。

    ボタンをクリックして、Visual Studio 2019 の最新バージョンをダウンロードします。Click a button to download the latest version of Visual Studio 2019. Visual Studio 2019 のインストールと更新の手順については、「Update Visual Studio 2019 to the most recent release」(Visual Studio 2019 を最新リリースに更新する) をご覧ください。For instructions on installing and updating Visual Studio 2019, see the Update Visual Studio 2019 to the most recent release. また、オフラインでインストールする方法の手順もご覧ください。Also, see instructions on how to install offline.

    https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=professional&rel=16&utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=download+from+relnotes&utm_content=vs2019ga+button https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=enterprise&rel=16&utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=download+from+relnotes&utm_content=vs2019ga+button

    1 답변

    tgmadobe작성자답변
    Participant
    May 1, 2019

    api-ms-win-crt-conio-l1-1-0.dll は、PCに「C ランタイム ライブラリ (CRT) 」がないから起こるのだろうと考えました。

    C++2015や2017などアップデートファイルでは解決できなかったので、Universal C Run-Time Library (UCRT) は、C++ に適合するために必要な C 標準ライブラリの大部分をサポートしている「Visual Studio」をインストールすれば直るかもと考え、

    Visual Studio 2019 をダウンロードしたら直りました。

    ボタンをクリックして、Visual Studio 2019 の最新バージョンをダウンロードします。Click a button to download the latest version of Visual Studio 2019. Visual Studio 2019 のインストールと更新の手順については、「Update Visual Studio 2019 to the most recent release」(Visual Studio 2019 を最新リリースに更新する) をご覧ください。For instructions on installing and updating Visual Studio 2019, see the Update Visual Studio 2019 to the most recent release. また、オフラインでインストールする方法の手順もご覧ください。Also, see instructions on how to install offline.

    https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=professional&rel=16&utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=download+from+relnotes&utm_content=vs2019ga+button https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=enterprise&rel=16&utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=download+from+relnotes&utm_content=vs2019ga+button