zoukankan      html  css  js  c++  java
  • Windows常见软件故障及解决方案

    HM NIS Edit:

    HM NIS Edit 新建程序向导无效,提示“Please specify the setup lang”

    说明 NSIS 安装不对。解决方案有二种:

    1. 重装 NSIS;

    2. 设置 HM NIS Edit 的编译器路径,在菜单“NSIS->配置...“中设置 编译器路径,如: D:Program FilesNSISmakensis.exe
    参考:http://franks543.blogspot.com/2009/07/hm-nis-edit-warning-please-specify.html

     -----------------------------------------------------------------

    vs 2015:

    Error 4 Error : DEP0700 : Registration of the app failed. 错误 0x80070005: 从位置 AppxManifest.xml 中打开文件失败,错误为: 拒绝访问。
    。 (0x80070005) LinrPaint.Windows

    >>Error Error : DEP0700 : Registration of the app failed. error 0x80070005: Opening file from location:

    >>AppxManifest.xml failed with error: Access is denied.

    进入 x:Users...DocumentsVisual Studio 2013ProjectsLinrPaint 右键,添加 SYSTEM 用户和权限 via

    -------------------------------------------------------

    0x80070005 系统无法注册 windows.capability 扩展: 拒绝访问。

    一般是没有开启开发者模式,进入设置,更新,针对开发人员,勾选开发人员

    -----------------------------------------------------

    ProE 乱码问题:

    我的电脑 -> 属性 -> 高级 -> 环境变量 -> 新建 -> 变量名为 lang,值为 chs -> 重启 PROE 即可。

    -----------------------------------------------------

    部署到手机出错:DEP0001 : Unexpected Error: -1988945906报错

    一般是因为 net start IpOverUsbSvc 此服务没有开或是缺少此服务的原因。如果是缺少此服务,可以通过修复 VS 安装解决。via

    严重性 代码 说明 项目 文件 行 Suppression State
    错误 DEP6720: 无法部署包 'Standard Collector Bridge' (98E13D7B-2AC3-4B11-BBEB-758AD8BD607A)。The system cannot find the path specified 'C:Program Files (x86)Microsoft Visual Studio2017CommunityTeam ToolsDiagnosticsHubDevicearmv4iCollector1033DiagnosticsHubMsg.dll'. 

    进入 1033 同级目录,将 2052 拷贝一份,重命名为 1033 即可。

    严重性 代码 说明 项目 文件 行 Suppression State
    错误 DEP0001: 意外错误: -2147009290  

    重启手机,即可。

    中:

    Windows 无法完成安装。若要在此计算机上安装 Windows,请重新启动安装。

    英:

    Install Windows

    Windows could not complete the installation. To install Windows on this computer, restart the installation.

    OK

    http://bbs.51cto.com/thread-823799-1.html

    https://answers.microsoft.com/zh-hans/windows/forum/windows_7-windows_install/windows%E6%97%A0%E6%B3%95%E5%AE%8C%E6%88%90/d5ab3a57-0bd3-4282-8071-e10181f1730d?msgId=1fdafc52-af68-47d5-9689-722638639244

    https://www.kapilarya.com/fix-windows-could-not-complete-the-installation-windows-10

    http://www.urtech.ca/2015/12/solved-windows-could-not-complete-the-installation-windows-10-sysprep/

    Visual studio 遇到错误。

    "Unknown Error"

    删除此目录 (或相似): C:UsersUSER_NAMEAppDataLocalMicrosoftVisualStudio15.0_db2a872f

    https://stackoverflow.com/questions/42717688/unknown-error-when-launching-visual-studio-2017-community-after-installation

    Microsoft Store - Something happened on our end. Try again later

    使用 CMD 管理员:netsh winhttp import proxy source=ie

    该设备上不支持“带脚本的本机代码”调试。请使用“仅限本机”或“仅限脚本”调试。

    ---------------------------
    Microsoft Visual Studio 2017
    ---------------------------
    该设备上不支持“带脚本的本机代码”调试。请使用“仅限本机”或“仅限脚本”调试。
    ---------------------------
    确定  
    ---------------------------

    解决方案:将 Release 改为 Debug 然后再 F5 即可。

    严重性 代码 说明 项目 文件 行 禁止显示状态
    错误  DEP0700: 应用程序注册失败。[0x80073CF3] Windows 无法安装程序包 42000xxx.Linrxxx_1.1.66.0_neutral__rxxxpxxxern0,因为已安装具有相同名称的不同程序包 42000xxx.Linrxxx_1.1.65.0_neutral_~_adaxxxxagw。在安装之前,请删除程序包 xxx。

    在 Windows 10 设置,开发者选项,设备门户,设置用户名密码,然后进入 localhost,将提到的包删除。

    解决方案2:http://www.cnblogs.com/hupo376787/p/8267796.html

  • 相关阅读:
    存储过程 游标 有用
    Spring框架IOC容器和AOP解析 非常 有用
    业务逻辑;完成根据自动分单结果来决定进行的相关业务处理
    业务逻辑:完成基于分区关键字匹配的自动分单业务逻辑
    业务逻辑:完成基于CRM地址完全匹配的自动分单业务逻辑
    业务逻辑:完成客户下单后前台系统的数据处理并调用后台系统服务处理业务 webservice接口调用 有用
    Spring IOC 少
    Spring IOC 巨多 非常 有用
    Spring ioc
    LeetCode -- Remove Element
  • 原文地址:https://www.cnblogs.com/linr/p/4920943.html
Copyright © 2011-2022 走看看