Where is the Microsoft.IdentityModel dll

后端 未结 10 1659
暖寄归人
暖寄归人 2020-12-25 09:41

I have installed the Windows Identity Foundation but can\'t find the Microsoft.IdentityModel dll. According to the Azure Hands-on-Labs it should just be in Add Reference in

10条回答
  •  遥遥无期
    2020-12-25 10:12

    I had this problem, but fixed it by referencing the DLL from "C:\Program Files\Reference Assemblies\Microsoft\Windows Identity Foundation\v3.5\Microsoft.IdentityModel.dll"

    Go to reference properties and set Copy Local to True for the DLL. The DLL will now be included in the azure package.

提交回复
热议问题