zoukankan      html  css  js  c++  java
  • [SharePoint 2010]System.IO.FileLoadException: 找到的程序集清单定义与程序集引用不匹配

    1.管理中心--管理服务应用程序--找到:User Profile Service Application 点击进入

    配置好‘配置同步计时器作业’,然后‘启动配置文件同步’报如下错误:
    System.IO.FileLoadException: 找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)    在 Microsoft.Office.Server.UserProfiles.UserProfileConfigManager.InitializeIlmClient(String ILMMachineName, Int32 FIMWebClientTimeOut)     在 Microsoft.Office.Server.UserProfiles.UserProfileConfigManager.Initialize(UserProfileApplicationProxy userProfileApplicationProxy, Guid partitionID)     在 Microsoft.Office.Server.UserProfiles.UserProfileConfigManager..ctor(UserProfileApplicationProxy userProfileApplicationProxy, Guid partitionID)     在 Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileAdminPage.IsProfileSynchronizationRunning()     在 Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileAdminPage._CheckProfileSynchronizationStateAndNavigateJS()     在 Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileAdminPage.OnPreRender(EventArgs e)     在 Microsoft.SharePoint.Portal.UserProfiles.AdminUI.SyncNow.OnPreRender(EventArgs e)     在 System.Web.UI.Control.PreRenderRecursiveInternal()     在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    解决方案如下:
    确保‘用户配置文件同步服务’处于启动状态。

    运行里输入:iisreset   重启iis即可。

    参考:http://www.khamis.net/blog/Lists/Posts/Post.aspx?ID=28

  • 相关阅读:
    51nod 1113 矩阵快速幂 如题目
    poj Raising Modulo Numbers 快速幂模板(取膜)
    bzoj 1503: [NOI2004]郁闷的出纳员 平衡树
    codevs 1063 合并果子 优先队列相关
    bzoj 3224: Tyvj 1728 普通平衡树 Treap模版
    快排模板
    hdu 4353 统计点在三角形内的个数
    hdu 3264 圆的交+二分
    hdu 3685 多边形重心+凸包
    hdu 3992 AC自动机上的高斯消元求期望
  • 原文地址:https://www.cnblogs.com/sygwin/p/2467587.html
Copyright © 2011-2022 走看看