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

  • 相关阅读:
    shell流程控制
    shell编程变量介绍与表达式详解
    shell编程简介
    反向代理与负载均衡
    存储库之mongodb,redis,mysql
    请求库之requests,selenium
    解析库之re、beautifulsoup、pyquery
    爬虫基本原理
    Django 函数和方法的区别
    Django 知识补漏单例模式
  • 原文地址:https://www.cnblogs.com/findumars/p/5645544.html
Copyright © 2011-2022 走看看