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”。已加载符号。

  • 相关阅读:
    hbase scan超时问题
    hadoop的shuffle和排序
    MapReduce作业的调度
    hadoop hdfs问题集锦
    JVM--双亲委派机制
    springboot快速搭建
    CircleView
    TabHost实现底部导航栏
    GridView的stretchMode属性
    Android直连SQL Server数据库
  • 原文地址:https://www.cnblogs.com/fcfc940503/p/11254063.html
Copyright © 2011-2022 走看看