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

  • 相关阅读:
    mysql一些基本操作
    redis的简单使用2
    redis的基本conf
    redis的简单使用
    $.ajax()方法详解(转)
    流行的9个Java框架介绍: 优点、缺点等等
    数据库查询,显示为树形结构(easyui+SSM)
    JAVA-汉字转换成汉语拼音(pinyin4j-2.5.0-sources.jar)
    Jquery EasyUI 中ValidateBox验证框使用讲解(转)
    EasyUI验证扩展
  • 原文地址:https://www.cnblogs.com/sygwin/p/2467587.html
Copyright © 2011-2022 走看看