加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

.net – 无法在azure上找到程序集“Microsoft.IdentityModel”错

发布时间:2020-12-13 22:38:54 所属栏目:Windows 来源:网络整理
导读:我正在为我的MVC3 Web应用程序使用ACS身份验证.它在我的本地计算机上工作得很好.但是当我将其上传到Azure时.我收到此错误.我设置CopyLocal = True,请帮忙 Unable to find assembly 'Microsoft.IdentityModel,Version=3.5.0.0,Culture=neutral,PublicKeyToken
我正在为我的MVC3 Web应用程序使用ACS身份验证.它在我的本地计算机上工作得很好.但是当我将其上传到Azure时.我收到此错误.我设置CopyLocal = True,请帮忙

Unable to find assembly 'Microsoft.IdentityModel,Version=3.5.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35'. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Runtime.Serialization.SerializationException: Unable to find assembly 'Microsoft.IdentityModel,PublicKeyToken=31bf3856ad364e35'.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

解决方法

更多信息.复制本地,即.确保Microsoft.IdentityModel.dll位于bin目录中,除非您的代码使用RoleEnvironment API,否则它将起作用.如果是这种情况,那么您将遇到以下已知问题:

http://msdn.microsoft.com/en-us/library/windowsazure/hh403974.aspx

在这种情况下,Microsoft.IdentityModel将需要存在于Azure VM的GAC中.要完成此任务,请使用启动任务.这篇文章描述了实现此目的的两种方法:

http://blogs.infosupport.com/adding-assemblies-to-the-gac-in-windows-azure/

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读