zoukankan      html  css  js  c++  java
  • DEP受保护的问题(尤其是Outlook)

    We see this issue quite regularly as we use MAPI and lots of our users run our application on TS.


    Office (and Outlook in particular) is not DEP safe on Windows 2008 R2. http://support.microsoft.com/kb/2028367

    If you're wondering why this doesn't occur on non-server versions of Windows (e.g. XP, Vista, Win7, etc.),
    it's because *only* 'system' processes run with DEP enabled by default in desktop versions, whereas DEP is enabled
    on *all* processes by default in server versions. 

    TS (and Citrix) are the classic case where a server version of Windows ends up hosting desktop applications and thus
    where you see this annoying issue.

    Now in the above KB, Microsoft recommends exempting Outlook.exe from DEP to workaround the issue.
    However, when talking via MAPI to Outlook, the problematic non DEP-safe code will be running in *your* address space,
    thus you will need to exempt *your* processes exe from DEP checking or suffer these spurious AVs.

    http://forum.madshi.net/viewtopic.php?f=4&t=27582


    由于微软更新了补丁导致当前迅雷版本不兼容,如出现崩溃和闪退等异常,请尝试在控制面板的已安装更新里面,卸载最新的微软补丁KB3132372即可正常使用,非常抱歉影响大家了,我们会尽快做修复该问题的。
    卸载方式:桌面右击任务栏的windows图标 -程序与功能-已安装更新-找到KB3132372, 右击卸载即可

    http://bbs.xunlei.com/thread-447915-1-1.html

  • 相关阅读:
    Jemeter编写脚本(五类常见请求)
    正则表达式-问号的四种用法
    Python正则表达式操作指南(转)
    Python文件和目录操作方法大全(含实例)
    Python os.walk() 方法
    Python文件和流
    Python pip常用指令
    Windows7下配置JMeter安装环境
    postman进行http接口测试
    递归Python文件目录操作
  • 原文地址:https://www.cnblogs.com/findumars/p/5645544.html
Copyright © 2011-2022 走看看