zoukankan      html  css  js  c++  java
  • VS2015 编译程序时提示 无法查找或打开 PDB 文件

    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-file-l2-1-0.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-localization-l1-2-0.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-synch-l1-2-0.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-processthreads-l1-1-1.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-file-l1-2-0.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32concrt140d.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32imm32.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32msctf.dll”。无法查找或打开 PDB 文件。

    解决方法:

    在运行发现

    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-synch-l1-2-0.dll”。已加载符号。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-processthreads-l1-1-1.dll”。已加载符号。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-file-l1-2-0.dll”。已加载符号。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32concrt140d.dll”。已加载符号。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32imm32.dll”。已加载符号。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32msctf.dll”。已加载符号。

  • 相关阅读:
    【JS】DOM
    【JS】事件处理
    【JS】引用类型之Global
    【JS】引用类型之RegExp
    【JS】引用类型之Function
    树形图(菜单)构建组建dhtmlXTree
    【JS】引用类型之String
    【JS】引用类型之Math
    【JS】鼠标事件
    【JS】UI事件
  • 原文地址:https://www.cnblogs.com/fcfc940503/p/11254063.html
Copyright © 2011-2022 走看看