zoukankan      html  css  js  c++  java
  • Fix Internet Explorer Crashes with SharePoint 2013 Online Presence Indicators

    IE中,只要是鼠标浮动到人名字上面的状态的时候,这个状态是与Lync相连接的,IE就会出现停止工作。

    以下是解决方法。

    Until the other day when I figured this out, every time I hovered my mouse pointer over a presence indicator on SharePoint Online, my browser – which is Internet Explorer 10 at the moment – would crash.

    SharePoint 2013 Presence Indicators

    SharePoint 2013 Presence Indicators

    It wasn’t some polite little crash, either. The window would freeze, the dreaded “Internet Explorer has stopped working” message would pop up, and I’d need to reload the page.

    Internet Explorer has stopped working

    Not the exact image I was getting, but very close.

    Forget about the “Check online for a solution and close the program” option. I tried clicking on that many times, if only to send the telemetry to Microsoft, but nothing useful came of it. “Close the program” it was and the Internet Explorer window would open up again.

    This isn’t some huge loss unless you were entering data. The fact that it happened regularly when I was just moving my mouse from one part of the screen to another but not really hovering was annoying, though.

    I asked about this in the MVP forums I have access to and no one else seemed to recognize the exact issue. Other browser issues, sure, but not this one. I decided to do a more serious round of Bingling.

    I found a useful article from Patrick Fegan called Internet Explorer Crashing with Lync Contact Card. It told me perhaps how to fix the issue, but not why it was happening.

    The MSDN forum thread that Patrick referenced was a little more help. After a little more searching I found a post somewhere which made me look at the NameCtrl Class add-on in Internet Explorer. As you can see in the image below, the version was 14.0.6109.5000. Wait, 14??? I’m running Office 2013 on my laptop, so by all rights that version number ought to start with 15.

    NameCtrl Class Add-In

    Looking at the “More Information” link for the add-on, I could see that the date for the Name.DLL files was Tuesday, August 09, 2011, which also didn’t sound right.

    NamCtrl Add-On More Infomation

    Here’s all of the info in text, for better search engine indexing:

    Name:                   NameCtrl Class
    Publisher:              Microsoft Corporation
    Type:                   ActiveX Control
    Architecture:           32-bit
    Version:                14.0.6109.5000
    File date:              ‎Tuesday, ‎August ‎09, ‎2011, ‏‎6:14 PM
    Date last accessed:     ‎Today, ‎November ‎27, ‎2013, ‏‎4 minutes ago
    Class ID:               {E18FEC31-2EA1-49A2-A7A6-902DC0D1FF05}
    Use count:              8439
    Block count:            7
    File:                   NAME.DLL
    Folder:                 C:Program Files (x86)Microsoft OfficeOffice14

    Patrick’s post recommended running repair on the Office installation, which certainly seemed like a good idea because I seemed to have some bits which were out of date somehow.

    I haven’t needed to d a repair on Office 2013 before, and I couldn’t find it! More Bingling ensued, and I realized that it was available in the Windows 7 Control Panel under Programs and Features. (Yes, I’m still running Windows 7.)

    Uninstall of change a program

     

    Clicking on Change brought up the dialog where I could select Repair.

    Change your installation of Microsoft Office Professional Plus 2013.

    After some chugging and churning, the repair was done and I went back to Internet Explorer to look at the NameCtrl Class add-on.

    NameCtrl Class Add-On

    Et voila! The version was comfortably in the 15 range at 15.0.4420.1017 and the date was Monday, October 01, 2012.

    Name:                   NameCtrl Class
    Publisher:              Microsoft Corporation
    Type:                   ActiveX Control
    Architecture:           32-bit
    Version:                15.0.4420.1017
    File date:              ‎Monday, ‎October ‎01, ‎2012, ‏‎9:32 PM
    Date last accessed:     ‎Today, ‎November ‎27, ‎2013, ‏‎3 minutes ago
    Class ID:               {E18FEC31-2EA1-49A2-A7A6-902DC0D1FF05}
    Use count:              8446
    Block count:            7
    File:                   NAME.DLL
    Folder:                 C:Program Files (x86)Microsoft OfficeOffice15

    Even better, the presence indicators work fine now!

  • 相关阅读:
    SSIS数据同步实践
    不同实例下同构表数据同步验证
    Performance Analysis of Logs (PAL) Tool
    scrapy框架_3持久化存储
    scrapy框架_2数据解析案例_最新糗事百科案例
    scrapy框架_简单基础命令操作
    Selenium 模块3经典案例_规避检测_js写入破解服务器Selenium识别 模拟登陆12306登陆
    Selenium 模块2_iframe处理_动作链
    Selenium 模块
    Flask_模板
  • 原文地址:https://www.cnblogs.com/batter152/p/4790952.html
Copyright © 2011-2022 走看看