Windows 启动问题

Windows 启动问题

This application has failed to start because the application configuration is incorrect. Review the manifest file for possible errors. Reinstalling the application may fix this problem. For more details, please see the application event log.

解决方法:

  1. 事件查看器,windows程序日志

  2. sxstrace trace -logfile:C:/trace.bin
    sxstrace parse -logfile:C:/trace.bin -outfile:C:/trace.log
    
  3. Microsoft.VC90.DebugOpenMP,processorArchitecture=“amd64”,publicKeyToken=“1fc8b3b9a1e18e3b”,type=“win32”,version=“9.0.21022.8”。 请使用 sxstrace.exe 进行详细诊断。 如果是此问题。

    1. vcomp90d.dll

    2. Microsoft.VC90.DebugOpenMP.manifest

    考培此库到运行目录下,重新link。启动

    !注意版本对应。

你可能感兴趣的:(Window,windows,服务器,运维)